Lines Matching refs:ipv6
26 # IP addresses of veth0 (IP0) and veth1 (IP1) devices (ipv4/ipv6 variant
43 # Adds "inet6 add" to the 'ifconfig' arguments which is required for the ipv6
53 # only if ipv6 variant of test case is used (determined by IP_VERSION argument).
63 # * IP_VERSION (ipv4|ipv6)
64 # Version of IP. (ipv4|ipv6)
131 ipv6)
145 tst_brk TBROK "second argument must be an ip version (ipv4|ipv6)"
219 # This applies only for ipv6 variant:
225 # with EADDRNOTAVAIL) which may cause problems for tests using ipv6.
227 tee /proc/sys/net/ipv6/conf/veth0/accept_dad \
228 /proc/sys/net/ipv6/conf/veth0/accept_ra >/dev/null
230 tee /proc/sys/net/ipv6/conf/veth1/accept_dad \
231 /proc/sys/net/ipv6/conf/veth1/accept_ra >/dev/null