diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2021-02-10 16:20:31 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-10 16:22:53 -0800 |
commit | 96d3b3188bb19669f09ccad99d243555eb00c3f7 (patch) | |
tree | 25c07afd2911e1fd62c5a954d26e0fd054762e69 /pkg/tcpip/tcpip.go | |
parent | 36e4100a2851b42d8f812e92d44eb75ea5e737d4 (diff) |
Fix broken IFTTT link in tcpip.
PiperOrigin-RevId: 356852625
Diffstat (limited to 'pkg/tcpip/tcpip.go')
-rw-r--r-- | pkg/tcpip/tcpip.go | 2 |
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. |