summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tcpip.go
diff options
context:
space:
mode:
authorArthur Sfez <asfez@google.com>2020-12-07 15:50:23 -0800
committergVisor bot <gvisor-bot@google.com>2020-12-07 15:52:25 -0800
commit615c3380d297ee3c61e47fb48a4cca87f7c99ba0 (patch)
tree8e3c5736d76b11646b8b58e8204c1ec6c7f90c7b /pkg/tcpip/tcpip.go
parent0e5ba13b331d4e85548b6f095b28ae88df95a89a (diff)
Export IGMP stats
PiperOrigin-RevId: 346197760
Diffstat (limited to 'pkg/tcpip/tcpip.go')
-rw-r--r--pkg/tcpip/tcpip.go3
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
}