Lines Matching refs:iface
47 local iface=$(tst_iface)
71 ifconfig $iface add $new_ip/$netmask
73 ifconfig $iface:1 $new_ip netmask 255.255.255.0
76 ip_cmd) ip addr add $new_ip/$netmask dev $iface ;;
80 tst_resm TFAIL "command failed to add $new_ip to $iface"
84 ip addr show $iface | grep -q $new_ip
86 ip addr show $iface
101 ifconfig $iface del $new_ip/$netmask
103 ifconfig $iface:1 down
106 ip_cmd) ip addr del $new_ip/$netmask dev $iface ;;
114 ip addr show $iface | grep -q $new_ip
116 ip addr show $iface