Lines Matching refs:ipv6
39 # IP addresses of veth0 (IP0) and veth1 (IP1) devices (ipv4/ipv6 variant
56 # Adds "inet6 add" to the 'ifconfig' arguments which is required for the ipv6
86 # only if ipv6 variant of test case is used (determined by IP_VERSION argument).
96 # * IP_VERSION (ipv4|ipv6)
97 # Version of IP. (ipv4|ipv6)
107 # IPv6 addresses for veth0 and veth1 devices.
155 tst_brkm TBROK "sixth argument must be the IPv6 address for veth0"
158 tst_brkm TBROK "seventh argument must be the IPv6 address for veth1"
166 ipv6)
172 tst_brkm TBROK "second argument must be an ip version (ipv4|ipv6)"
245 # of them (IPv4/IPv6 variant is decided by netns_setup() function).
252 # This applies only for ipv6 variant:
258 # with EADDRNOTAVAIL) which may cause problems for tests using ipv6.
260 tee /proc/sys/net/ipv6/conf/veth0/accept_dad \
261 /proc/sys/net/ipv6/conf/veth0/accept_ra >/dev/null
263 tee /proc/sys/net/ipv6/conf/veth1/accept_dad \
264 /proc/sys/net/ipv6/conf/veth1/accept_ra >/dev/null