Lines Matching refs:iface
14 local iface=$(tst_iface)
37 ifconfig $iface add $new_ip/$netmask
39 ifconfig $iface:1 $new_ip netmask 255.255.255.0
42 ip) ip addr add $new_ip/$netmask dev $iface ;;
46 tst_res TFAIL "command failed to add $new_ip to $iface"
50 ip addr show $iface | grep -q $new_ip
52 ip addr show $iface
64 ifconfig $iface del $new_ip/$netmask
66 ifconfig $iface:1 down
69 ip) ip addr del $new_ip/$netmask dev $iface ;;
77 ip addr show $iface | grep -q $new_ip
79 ip addr show $iface