Lines Matching full:ipv6
42 """Test for IPv6 source address selection.
46 7fd2561 net: ipv6: Add a sysctl to make optimistic addresses useful candidates
47 c58da4c net: ipv6: allow explicitly choosing optimistic addresses
48 9131f3d ipv6: Do not iterate over all interfaces when finding source address on specific interface.
49 c0b8da1 ipv6: Fix finding best source address in ipv6_dev_get_saddr().
50 c15df30 ipv6: Remove unused arguments for __ipv6_dev_get_saddr().
51 3985e8a ipv6: sysctl to restrict candidate source addresses
54 2ce95507 net: ipv6: Add a sysctl to make optimistic addresses useful candidates
55 0065bf4 net: ipv6: allow choosing optimistic addresses with use_optimistic
56 0633924 ipv6: sysctl to restrict candidate source addresses
60 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/%s" % (ifname, sysctl), value)
63 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/accept_dad" % ifname, value)
64 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/dad_transmits" % ifname, value)
67 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/optimistic_dad" % ifname, value)
70 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/use_tempaddr" % ifname, value)
73 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/use_optimistic" % ifname, value)
155 # [2] Delete the test interface's IPv6 address.
170 # [3] Get an IPv6 address back, in DAD start-up.
178 # Even though the interface has an IPv6 address, its tentative nature
195 # [3] Get an IPv6 address back, in optimistic DAD start-up.
223 # [3] Get an IPv6 address back, in optimistic DAD start-up.
233 # The interface has an IPv6 address and, despite its optimistic nature,
242 # [3] Add a valid IPv6 address to this interface and verify it is
250 # [4] Get another IPv6 address, in optimistic DAD start-up.
260 # Since the interface has another IPv6 address, the optimistic address
270 # [3] Get an IPv6 address back, in optimistic DAD start-up.
286 scapy.IPv6(src=self.test_ip, dst="ff02::1") /
301 # [3] Get an IPv6 address back, in optimistic DAD start-up.
348 # self.test_ifname does not have a global IPv6 address, so the only