diff options
Diffstat (limited to 'net/packet/icmp6.go')
| -rw-r--r-- | net/packet/icmp6.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/packet/icmp6.go b/net/packet/icmp6.go index 518746b55..d74667c6d 100644 --- a/net/packet/icmp6.go +++ b/net/packet/icmp6.go @@ -20,6 +20,7 @@ type ICMP6Type uint8 const ( ICMP6Unreachable ICMP6Type = 1 + ICMP6PacketTooBig ICMP6Type = 2 ICMP6TimeExceeded ICMP6Type = 3 ICMP6EchoRequest ICMP6Type = 128 ICMP6EchoReply ICMP6Type = 129 |
