Lines Matching full:table
94 $IP route add table $RTABLE_PEER 198.51.100.11/32 via 192.0.2.11
97 $IP route add table $RTABLE_PEER 2001:db8::1:11/128 via 2001:db8::11
110 $IP link add name vrf0 up type vrf table $RTABLE_VRF
144 pref=$($IP -6 rule show $1 table $RTABLE | cut -d ":" -f 1)
156 $IP -6 rule add $match table $RTABLE
157 $IP -6 route get $GW_IP6 $getmatch | grep -q "table $RTABLE"
160 $IP -6 route get $GW_IP6 $getnomatch 2>&1 | grep -q "table $RTABLE"
172 $IP -6 rule add $match table $RTABLE 2>/dev/null
177 $IP -6 rule del $match table $RTABLE
193 $IP -6 route add table $RTABLE default via $GW_IP6 dev $DEV onlink
198 "oif redirect to table" "oif no redirect to table"
203 "iif redirect to table" "iif no redirect to table"
219 "$getnomatch" "$getmatch redirect to table" \
220 "$getnomatch no redirect to table"
232 "iif $getmatch redirect to table" \
233 "iif $getnomatch no redirect to table"
240 "fwmark redirect to table" "fwmark no redirect to table"
248 "$getnomatch" "uid redirect to table" \
249 "uid no redirect to table"
257 "$getnomatch" "sport and dport redirect to table" \
258 "sport and dport no redirect to table"
265 "sport and dport range redirect to table" \
266 "sport and dport range no redirect to table"
275 "$getnomatch" "sport and dport masked redirect to table" \
276 "sport and dport masked no redirect to table"
302 "$getnomatch" "dscp redirect to table" \
303 "dscp no redirect to table"
309 "$getnomatch" "iif dscp redirect to table" \
310 "iif dscp no redirect to table"
321 "$getnomatch" "dscp masked redirect to table" \
322 "dscp masked no redirect to table"
328 "$getnomatch" "iif dscp masked redirect to table" \
329 "iif dscp masked no redirect to table"
338 "$getnomatch" "flowlabel redirect to table" \
339 "flowlabel no redirect to table"
345 "$getnomatch" "iif flowlabel redirect to table" \
346 "iif flowlabel no redirect to table"
352 "$getnomatch" "flowlabel masked redirect to table" \
353 "flowlabel masked no redirect to table"
359 "$getnomatch" "iif flowlabel masked redirect to table" \
360 "iif flowlabel masked no redirect to table"
369 "$getnomatch" "VRF oif redirect to table" \
370 "VRF oif no redirect to table"
376 "$getnomatch" "VRF iif redirect to table" \
377 "VRF iif no redirect to table"
398 $IP -6 rule add dsfield 0x04 table $RTABLE_PEER
423 $IP -6 rule del dsfield 0x04 table $RTABLE_PEER
432 $IP -6 rule add dscp 0x3f table $RTABLE_PEER
450 $IP -6 rule del dscp 0x3f table $RTABLE_PEER
463 pref=$($IP rule show $1 table $RTABLE | cut -d ":" -f 1)
475 $IP rule add $match table $RTABLE
476 $IP route get $GW_IP4 $getmatch | grep -q "table $RTABLE"
479 $IP route get $GW_IP4 $getnomatch 2>&1 | grep -q "table $RTABLE"
491 $IP rule add $match table $RTABLE 2>/dev/null
496 $IP rule del $match table $RTABLE
512 $IP route add table $RTABLE default via $GW_IP4 dev $DEV onlink
517 "oif redirect to table" "oif no redirect to table"
526 "iif redirect to table" "iif no redirect to table"
542 "$getnomatch" "$getmatch redirect to table" \
543 "$getnomatch no redirect to table"
555 "iif $getmatch redirect to table" \
556 "iif $getnomatch no redirect to table"
563 "fwmark redirect to table" "fwmark no redirect to table"
571 "$getnomatch" "uid redirect to table" \
572 "uid no redirect to table"
580 "$getnomatch" "sport and dport redirect to table" \
581 "sport and dport no redirect to table"
588 "sport and dport range redirect to table" \
589 "sport and dport range no redirect to table"
598 "$getnomatch" "sport and dport masked redirect to table" \
599 "sport and dport masked no redirect to table"
626 "$getnomatch" "dscp redirect to table" \
627 "dscp no redirect to table"
633 "$getnomatch" "iif dscp redirect to table" \
634 "iif dscp no redirect to table"
645 "$getnomatch" "dscp masked redirect to table" \
646 "dscp masked no redirect to table"
652 "$getnomatch" "iif dscp masked redirect to table" \
653 "iif dscp masked no redirect to table"
662 "$getnomatch" "VRF oif redirect to table" \
663 "VRF oif no redirect to table"
669 "$getnomatch" "VRF iif redirect to table" \
670 "VRF iif no redirect to table"
691 $IP -4 rule add dsfield 0x04 table $RTABLE_PEER
716 $IP -4 rule del dsfield 0x04 table $RTABLE_PEER
725 $IP -4 rule add dscp 0x3f table $RTABLE_PEER
743 $IP -4 rule del dscp 0x3f table $RTABLE_PEER