Lines Matching refs:grep

261 	ip addr show dev "$devdummy" | grep "10.23.11."
297 ip addrlabel list |grep -q "prefix dead::/64 dev lo label 1"
344 ip link show "$devdummy" | grep -q "alias $namewant"
356 ip link show "$devdummy" | grep -q "alias $namewant"
362 ip link show "$devdummy" | grep -q "alias $namewant"
402 ip -br link show type vrf | grep -q "$vrfname"
517 ip fou help 2>&1 |grep -q 'Usage: ip fou'
585 ip macsec help 2>&1 | grep -q "^Usage: ip macsec"
664 lines=`ip x s list | grep $srcip | grep $dstip | wc -l`
668 ip x s count | grep -q "SAD count 1"
671 lines=`ip x s get $ipsecid | grep $srcip | grep $dstip | wc -l`
688 lines=`ip x p list | grep $srcip | grep $dstip | wc -l`
692 ip x p count | grep -q "SPD IN 0 OUT 1 FWD 0"
695 lines=`ip x p get $ipsecsel | grep $srcip | grep $dstip | wc -l`
804 lines=`ip x s list | grep -c "crypto offload parameters: dev $dev dir"`
831 lines=`grep -c "SA count=0" $sysfsf`
860 ip link help gretap 2>&1 | grep -q "^Usage:"
910 ip link help ip6gretap 2>&1 | grep -q "^Usage:"
954 ip link help erspan 2>&1 | grep -q "^Usage:"
1019 ip link help ip6erspan 2>&1 | grep -q "^Usage:"
1090 bridge fdb help 2>&1 |grep -q 'bridge fdb get'
1114 $BRIDGE fdb get $test_mac brport "$vxlandev" 2>/dev/null | grep -q "dev $vxlandev master $brdev"
1116 $BRIDGE fdb get $test_mac br "$brdev" 2>/dev/null | grep -q "dev $vxlandev master $brdev"
1118 $BRIDGE fdb get $test_mac dev "$vxlandev" self 2>/dev/null | grep -q "dev $vxlandev dst $dstip"
1138 ip neigh help 2>&1 |grep -q 'ip neigh get'
1147 ip neigh get $dstip dev "$devdummy" 2> /dev/null | grep -q "$dstmac"
1155 ip neigh get proxy $dstip dev "$devdummy" 2>/dev/null | grep -q "$dstip"
1163 ip neigh get $dstip6 dev "$devdummy" 2> /dev/null | grep -q "$dstmac"
1171 ip neigh get proxy $dstip6 dev "$devdummy" 2>/dev/null | grep -q "$dstip6"