the following items are implemented:
- proxy advertisement delay rule (RFC4861 7.2.8, last paragraph, SHOULD)
- anycast advertisement delay rule (RFC4861 7.2.7, SHOULD)
Differential D55141
ndp: implement delayed anycast and proxy NA Authored by pouria on Fri, Feb 6, 8:43 AM.
Details the following items are implemented:
set an anycast address on host A ifconfig vtnet0 inet6 3fff::1 anycast ping it from host B ping -c2 3fff::1 your first response must have a random delay between 0 and 1 seconds. ndp -d 3fff::1 ping -c2 3fff::1
Diff Detail
|