Lines Matching refs:iface
14 local iface=$(tst_iface)
18 tst_res TINFO "check interval that $iface is working: $CHECK_INTERVAL"
50 ifconfig $iface add $new_ip/$netmask
52 ifconfig $iface:$x:$y $new_ip netmask 255.255.0.0
55 ip) ip addr add $new_ip/$netmask dev $iface ;;
59 tst_res TFAIL "command failed to add $new_ip to $iface"
63 ip addr show $iface | grep -q $new_ip
65 ip addr show $iface
75 ifconfig $iface del $new_ip/$netmask
77 ifconfig $iface:$x:$y down
80 ip) ip addr del $new_ip/$netmask dev $iface ;;
88 ip addr show $iface | grep -q $new_ip
90 ip addr show $iface