Searched refs:new_ip (Results 1 – 3 of 3) sorted by relevance
20 local new_ip=${IPV6_NET32_UNUSED}::$num23 local new_ip=${IPV4_NET16_UNUSED}.1.$num27 tst_res TINFO "'$cmd' add/del IPv$TST_IPVER '$new_ip' $NS_TIMES times"41 ifconfig $iface add $new_ip/$netmask43 ifconfig $iface:1 $new_ip netmask 255.255.255.046 ip) ip addr add $new_ip/$netmask dev $iface ;;50 tst_res TFAIL "command failed to add $new_ip to $iface"54 ip addr show $iface | grep -q $new_ip57 tst_res TFAIL "$new_ip not configured"68 ifconfig $iface del $new_ip/$netmask[all …]
46 local new_ip=${IPV6_NET32_UNUSED}:1:1:1:$hex_x:$hex_y:148 local new_ip=${IPV4_NET16_UNUSED}.$x.$y54 ifconfig $iface add $new_ip/$netmask56 ifconfig $iface:$x:$y $new_ip netmask 255.255.0.059 ip) ip addr add $new_ip/$netmask dev $iface ;;63 tst_res TFAIL "command failed to add $new_ip to $iface"67 ip addr show $iface | grep -q $new_ip70 tst_res TFAIL "$new_ip not configured"79 ifconfig $iface del $new_ip/$netmask84 ip) ip addr del $new_ip/$netmask dev $iface ;;[all …]
130 u32 new_ip; in handle_packet() local