Lines Matching refs:addr
31 ROD ip addr add ${ip4_addr}/24 dev $iface
93 tst_res TINFO "test 'ip addr' command with loopback dev"
96 ip addr add 127.6.6.6/24 dev lo
98 tst_res TFAIL "'ip addr add' command failed"
103 ip addr show dev lo | grep 127.6.6.6 > /dev/null
105 tst_res TFAIL "'ip addr show' command failed"
110 ip addr del 127.6.6.6/24 dev lo
112 tst_res TFAIL "'ip addr del' command failed"
116 ip addr show dev lo | grep 127.6.6.6 > /dev/null
118 tst_res TFAIL "ip addr del command failed"
122 tst_res TPASS "'ip addr' command successfully tested"
210 tst_res TINFO "adding a new multicast addr"
218 tst_res TINFO "show all multicast addr entries"
232 tst_res TFAIL "multicast addr not added to $iface"