Lines Matching full:ipv6
37 USE_OPTIMISTIC_SYSCTL = "/proc/sys/net/ipv6/conf/default/use_optimistic"
45 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/accept_dad" % ifname, value)
46 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/dad_transmits" % ifname, value)
49 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/optimistic_dad" % ifname, value)
52 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/use_tempaddr" % ifname, value)
55 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/use_optimistic" % ifname, value)
135 # [2] Delete the test interface's IPv6 address.
145 # [3] Get an IPv6 address back, in DAD start-up.
153 # Even though the interface has an IPv6 address, its tentative nature
170 # [3] Get an IPv6 address back, in optimistic DAD start-up.
199 # [3] Get an IPv6 address back, in optimistic DAD start-up.
209 # The interface has an IPv6 address and, despite its optimistic nature,
219 # [3] Add a valid IPv6 address to this interface and verify it is
227 # [4] Get another IPv6 address, in optimistic DAD start-up.
237 # Since the interface has another IPv6 address, the optimistic address
248 # [3] Get an IPv6 address back, in optimistic DAD start-up.
264 scapy.IPv6(src=self.test_ip, dst="ff02::1") /
282 # [3] Get an IPv6 address back, in optimistic DAD start-up.