summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/header/ndp_neighbor_advert.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/header/ndp_neighbor_advert.go')
-rwxr-xr-xpkg/tcpip/header/ndp_neighbor_advert.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/tcpip/header/ndp_neighbor_advert.go b/pkg/tcpip/header/ndp_neighbor_advert.go
index 5c2b472c8..505c92668 100755
--- a/pkg/tcpip/header/ndp_neighbor_advert.go
+++ b/pkg/tcpip/header/ndp_neighbor_advert.go
@@ -18,6 +18,8 @@ import "gvisor.dev/gvisor/pkg/tcpip"
// NDPNeighborAdvert is an NDP Neighbor Advertisement message. It will
// only contain the body of an ICMPv6 packet.
+//
+// See RFC 4861 section 4.4 for more details.
type NDPNeighborAdvert []byte
const (