summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-02-11 00:27:40 +0000
committergVisor bot <gvisor-bot@google.com>2021-02-11 00:27:40 +0000
commit9f5989402eea9549955a2682cffc87e6f5923c4e (patch)
tree9983f75cfa06df0968a5e095134d67facc7b61c6
parent638ad24581320ce54598f9e7c95a3e8a19e01e71 (diff)
parent96d3b3188bb19669f09ccad99d243555eb00c3f7 (diff)
Merge release-20210201.0-81-g96d3b3188 (automated)
-rw-r--r--pkg/tcpip/tcpip.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go
index c500a0d1c..d5c2b0487 100644
--- a/pkg/tcpip/tcpip.go
+++ b/pkg/tcpip/tcpip.go
@@ -1590,7 +1590,7 @@ type IPStats struct {
// OptionUnknownReceived is the number of unknown IP options seen.
OptionUnknownReceived *StatCounter
- // LINT.ThenChange(network/ip/stats.go:MultiCounterIPStats)
+ // LINT.ThenChange(network/internal/ip/stats.go:MultiCounterIPStats)
}
// ARPStats collects ARP-specific stats.