diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-07-28 21:22:52 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-28 21:24:26 -0700 |
commit | f82dd8ddb477b8923d1db12654a62d55d613019c (patch) | |
tree | 298f5004100ba54312713dfe678788998b160879 /pkg/tcpip/stack/nic.go | |
parent | 1e829a7c860756a9f24aac09c6880733f864499b (diff) |
Redirect TODO to GitHub issues
PiperOrigin-RevId: 323715260
Diffstat (limited to 'pkg/tcpip/stack/nic.go')
-rw-r--r-- | pkg/tcpip/stack/nic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/nic.go b/pkg/tcpip/stack/nic.go index fea0ce7e8..9256d4d43 100644 --- a/pkg/tcpip/stack/nic.go +++ b/pkg/tcpip/stack/nic.go @@ -181,7 +181,7 @@ func (n *NIC) disableLocked() *tcpip.Error { return nil } - // TODO(b/147015577): Should Routes that are currently bound to n be + // TODO(gvisor.dev/issue/1491): Should Routes that are currently bound to n be // invalidated? Currently, Routes will continue to work when a NIC is enabled // again, and applications may not know that the underlying NIC was ever // disabled. |