diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-10-22 21:46:03 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-22 21:46:03 +0000 |
commit | b66219372b4c6cae3ed4313be74ffcd8f11934af (patch) | |
tree | 532d006f1e675d7978b26a139c32120c1b60e754 /pkg/tcpip/header/ndp_neighbor_advert.go | |
parent | 4bf4cd0e7a8be72bf467f7d580d0fd3242b3a645 (diff) | |
parent | 515e0558d4f8f7c890e72bdaf4c8b41b31cd270c (diff) |
Merge release-20190806.1-302-g515e055 (automated)
Diffstat (limited to 'pkg/tcpip/header/ndp_neighbor_advert.go')
-rwxr-xr-x | pkg/tcpip/header/ndp_neighbor_advert.go | 2 |
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 ( |