Fix broken IFTTT link in tcpip.

PiperOrigin-RevId: 356852625
This commit is contained in:
Ayush Ranjan
2021-02-10 16:22:53 -08:00
committed by gVisor bot
parent 36e4100a28
commit 96d3b3188b
+1 -1
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.