diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-01-28 05:03:50 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-28 05:03:50 +0000 |
commit | af93fa795f60a07ebb2fadab3316fdfde9478af1 (patch) | |
tree | 7b5d2141a50395fa86deb823db2dc7b339528310 /pkg/tcpip/header/icmpv6.go | |
parent | 76c541f453dc747b971ef164035d77a664062a79 (diff) | |
parent | 2a2da5be31ea3c32e66f0c0ff61ef189848f5258 (diff) |
Merge release-20200115.0-115-g2a2da5b (automated)
Diffstat (limited to 'pkg/tcpip/header/icmpv6.go')
-rw-r--r-- | pkg/tcpip/header/icmpv6.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/header/icmpv6.go b/pkg/tcpip/header/icmpv6.go index b4037b6c8..b095dc0ab 100644 --- a/pkg/tcpip/header/icmpv6.go +++ b/pkg/tcpip/header/icmpv6.go @@ -52,7 +52,7 @@ const ( // ICMPv6NeighborAdvertSize is size of a neighbor advertisement // including the NDP Target Link Layer option for an Ethernet // address. - ICMPv6NeighborAdvertSize = ICMPv6HeaderSize + NDPNAMinimumSize + ndpTargetEthernetLinkLayerAddressSize + ICMPv6NeighborAdvertSize = ICMPv6HeaderSize + NDPNAMinimumSize + ndpLinkLayerAddressSize // ICMPv6EchoMinimumSize is the minimum size of a valid ICMP echo packet. ICMPv6EchoMinimumSize = 8 |