summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tcpip.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-12-07 23:55:43 +0000
committergVisor bot <gvisor-bot@google.com>2020-12-07 23:55:43 +0000
commit14545b357a05a002ab6a224618cb9a174f22715e (patch)
tree88a1dbec1952748ffe6a330d99839d5d6e4248d1 /pkg/tcpip/tcpip.go
parent25d7d80f684e999c2467033520734f36e23e54cc (diff)
parent615c3380d297ee3c61e47fb48a4cca87f7c99ba0 (diff)
Merge release-20201130.0-58-g615c3380d (automated)
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
}