From 96d3b3188bb19669f09ccad99d243555eb00c3f7 Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Wed, 10 Feb 2021 16:20:31 -0800 Subject: Fix broken IFTTT link in tcpip. PiperOrigin-RevId: 356852625 --- pkg/tcpip/tcpip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3