diff options
author | Ghanan Gowripalan <ghanan@google.com> | 2019-10-22 14:40:27 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-22 14:41:51 -0700 |
commit | 515e0558d4f8f7c890e72bdaf4c8b41b31cd270c (patch) | |
tree | a64ea37c9af827dc0a26ee1d6369130fe727f899 /pkg/tcpip/header/BUILD | |
parent | c356fe2ebb4aa2ca2bf0afc88a8af96f3c61bb25 (diff) |
Add a type to represent the NDP Router Advertisement message.
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
Diffstat (limited to 'pkg/tcpip/header/BUILD')
-rw-r--r-- | pkg/tcpip/header/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/header/BUILD b/pkg/tcpip/header/BUILD index 7b3189303..a3485b35c 100644 --- a/pkg/tcpip/header/BUILD +++ b/pkg/tcpip/header/BUILD @@ -19,6 +19,7 @@ go_library( "ndp_neighbor_advert.go", "ndp_neighbor_solicit.go", "ndp_options.go", + "ndp_router_advert.go", "tcp.go", "udp.go", ], |