summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/header/ndp_router_advert.go
AgeCommit message (Collapse)Author
2019-10-22Add a type to represent the NDP Router Advertisement message.Ghanan Gowripalan
This change is in preparation for NDP Router Discovery where the stack will need to handle NDP Router Advertisments. Tests: Test that given an NDP Router Advertisement buffer (body of an ICMPv6 packet, correct values are returned by the field getters). PiperOrigin-RevId: 276146817