diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-29 01:53:38 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-29 01:53:38 +0000 |
commit | b11d270c40b190c6aef7396d0e5f0941d123a345 (patch) | |
tree | 759324f50dbf659396975d2a1fe92652a23ae215 | |
parent | 76154d31d02bfb81b16d9f1edf6b5333873fa5aa (diff) | |
parent | 24abccbc1c3b7b0dd06b6da97e5b4c90c8c13907 (diff) |
Merge release-20200413.0-17-g24abccb (automated)
-rw-r--r-- | pkg/tcpip/header/icmpv4.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/header/icmpv4.go b/pkg/tcpip/header/icmpv4.go index 0cac6c0a5..7908c5744 100644 --- a/pkg/tcpip/header/icmpv4.go +++ b/pkg/tcpip/header/icmpv4.go @@ -71,6 +71,7 @@ const ( // Values for ICMP code as defined in RFC 792. const ( + ICMPv4TTLExceeded = 0 ICMPv4PortUnreachable = 3 ICMPv4FragmentationNeeded = 4 ) |