Fix broken IFTTT link in tcpip.

PiperOrigin-RevId: 356852625
This commit is contained in:
Ayush Ranjan 2021-02-10 16:20:31 -08:00 committed by gVisor bot
parent 36e4100a28
commit 96d3b3188b
1 changed files with 1 additions and 1 deletions

View File

@ -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.