Lines Matching refs:add
43 # Adds "inet6 add" to the 'ifconfig' arguments which is required for the ipv6
132 IFCONF_IN6_ARG="inet6 add"
174 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name veth1 || \
182 tst_brk TBROK "unable to add device veth1 to the separate network namespace"
201 ip netns add $NS_HANDLE0 || \
203 ip netns add $NS_HANDLE1 || \
206 $NS_EXEC $NS_HANDLE0 ip link add veth0 type veth peer name veth1 || \
210 tst_brk TBROK "unable to add device veth1 to the separate network namespace"
245 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip address add $IP0/$NETMASK dev veth0 ||
247 $NS_EXEC $NS_HANDLE1 $NS_TYPE ip address add $IP1/$NETMASK dev veth1 ||