Commit Graph

3 Commits

Author SHA1 Message Date
Ghanan Gowripalan 05193de1cc Unexport methods on NDPOption
They are not used outside of the header package.

PiperOrigin-RevId: 363237708
2021-03-16 12:04:52 -07:00
Ghanan Gowripalan 68065d1ceb Detect looped-back NDP DAD messages
...as per RFC 7527.

If a looped-back DAD message is received, do not fail DAD since our own
DAD message does not indicate that a neighbor has the address assigned.

Test: ndp_test.TestDADResolveLoopback
PiperOrigin-RevId: 363224288
2021-03-16 11:09:26 -07:00
Ghanan Gowripalan b33c3bb4a7 Return detailed errors when iterating NDP options
Test: header_test.TestNDPOptionsIterCheck
PiperOrigin-RevId: 306953867
2020-04-16 17:27:19 -07:00