diff options
author | Arthur Sfez <asfez@google.com> | 2020-12-07 15:50:23 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-07 15:52:25 -0800 |
commit | 615c3380d297ee3c61e47fb48a4cca87f7c99ba0 (patch) | |
tree | 8e3c5736d76b11646b8b58e8204c1ec6c7f90c7b /pkg/tcpip | |
parent | 0e5ba13b331d4e85548b6f095b28ae88df95a89a (diff) |
Export IGMP stats
PiperOrigin-RevId: 346197760
Diffstat (limited to 'pkg/tcpip')
-rw-r--r-- | pkg/tcpip/tcpip.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go index 5c9225b5d..2bd472811 100644 --- a/pkg/tcpip/tcpip.go +++ b/pkg/tcpip/tcpip.go @@ -1438,8 +1438,7 @@ type IGMPPacketStats struct { type IGMPSentPacketStats struct { IGMPPacketStats - // Dropped is the total number of IGMP packets dropped due to link layer - // errors. + // Dropped is the total number of IGMP packets dropped. Dropped *StatCounter } |