Lines Matching refs:show
54 [ "$ip4_addr" ] && ip route show | grep -q $ip4_addr && ip route del $ip4_addr
80 tst_res TINFO "test 'ip link show' command (list device attributes)"
82 ip link show $iface | grep $iface > /dev/null
84 tst_res TFAIL "'ip link show $iface' command failed"
102 tst_res TINFO "show protocol address"
103 ip addr show dev lo | grep 127.6.6.6 > /dev/null
105 tst_res TFAIL "'ip addr show' command failed"
116 ip addr show dev lo | grep 127.6.6.6 > /dev/null
137 tst_res TINFO "show all neighbor entries in arp tables"
140 ip neigh show $taddr | head -n1 > tst_ip.out 2>&1
142 tst_res TFAIL "'ip neigh show' command failed"
160 ip neigh show | grep $taddr | grep -v ' FAILED$' > /dev/null
175 tst_res TINFO "show all route entries in route table"
182 ip route show | grep "$ip4_addr via 127.0.0.1 dev lo" > tst_ip.out 2>&1
184 tst_res TFAIL "'ip route show' command failed"
190 tst_res TFAIL "'ip route show' did not list new route"
198 ip route show | grep 127.0.0.1 > /dev/null
218 tst_res TINFO "show all multicast addr entries"
224 ip maddr show | grep "66:66:00:00:00:66" > tst_ip.out 2>&1
226 tst_res TFAIL "'ip maddr show' command failed"
244 ip maddr show | grep "66:66:00:00:00:66" > /dev/null