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.