From 615c3380d297ee3c61e47fb48a4cca87f7c99ba0 Mon Sep 17 00:00:00 2001 From: Arthur Sfez Date: Mon, 7 Dec 2020 15:50:23 -0800 Subject: Export IGMP stats PiperOrigin-RevId: 346197760 --- pkg/tcpip/tcpip.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkg/tcpip') 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 } -- cgit v1.2.3