Home | History | Annotate | Download | only in netns

Lines Matching refs:ifconfig

23 # Set to 1 only for test cases using ifconfig (ioctl).
56 # Adds "inet6 add" to the 'ifconfig' arguments which is required for the ipv6
57 # version. Always use with 'ifconfig', even if ipv4 version of a test case is
59 # ifconfig <device> $IFCONF_IN6_ARG IP/NETMASK
101 # ethernet devices. Uses 'ip' command for netlink and 'ifconfig'
103 # of the 'ifconfig' command.)
142 tst_test_cmds ifconfig
275 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth0 $IFCONF_IN6_ARG $IP0/$NETMASK ||
277 $NS_EXEC $NS_HANDLE1 $NS_TYPE ifconfig veth1 $IFCONF_IN6_ARG $IP1/$NETMASK ||
279 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth0 up ||
281 $NS_EXEC $NS_HANDLE1 $NS_TYPE ifconfig veth1 up ||