Re: IPv6: Invalid nd6 entry created for an RA without an lladdr

2019-10-02 Thread Ryan Stone
Ah, that’s my mistake. I originally saw the issue on an older FreeBSD release and missed that the code had changed subtly when I looked up the version in head. r328552 fixed this issue already Thanks for the sanity check. Sent from my iPhone > On Oct 2, 2019, at 6:51 PM, 神明達哉 wrote: > > At

Re: IPv6: Invalid nd6 entry created for an RA without an lladdr

2019-10-02 Thread 神明達哉
At Wed, 2 Oct 2019 17:04:23 -0400, Ryan Stone wrote: > > At work, our product is putting through an IPv6 conformance test and > it's found an issue in our handling of Routing Advertisements (RAs). > If we receive an RA that does not specify an lladdr, then > nd6_cache_lladdr() is called with lladd

IPv6: Invalid nd6 entry created for an RA without an lladdr

2019-10-02 Thread Ryan Stone
At work, our product is putting through an IPv6 conformance test and it's found an issue in our handling of Routing Advertisements (RAs). If we receive an RA that does not specify an lladdr, then nd6_cache_lladdr() is called with lladdr NULL: https://svnweb.freebsd.org/base/head/sys/netinet6/nd6.c