diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-05-19 19:17:55 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-19 19:17:55 +0000 |
commit | bd7eb2c99ba9be168231e6b973df2b2bcd5ebc9e (patch) | |
tree | 79acf938df0a4447947934df1f8f9b2c41884464 /pkg/tcpip/tcpip.go | |
parent | 10a71e09e5c1909dddda921a4fc6ba00cd33e6d9 (diff) | |
parent | b8b43f70c898861a6fd642ded069dd33d35f17f9 (diff) |
Merge release-20210510.0-62-gb8b43f70c (automated)
Diffstat (limited to 'pkg/tcpip/tcpip.go')
-rw-r--r-- | pkg/tcpip/tcpip.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go index 797778e08..328470f3e 100644 --- a/pkg/tcpip/tcpip.go +++ b/pkg/tcpip/tcpip.go @@ -1552,6 +1552,10 @@ type IPForwardingStats struct { // were too big for the outgoing MTU. PacketTooBig *StatCounter + // HostUnreachable is the number of IP packets received which could not be + // successfully forwarded due to an unresolvable next hop. + HostUnreachable *StatCounter + // ExtensionHeaderProblem is the number of IP packets which were dropped // because of a problem encountered when processing an IPv6 extension // header. |