summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/stack_test.go
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2020-07-28 21:22:52 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-28 21:24:26 -0700
commitf82dd8ddb477b8923d1db12654a62d55d613019c (patch)
tree298f5004100ba54312713dfe678788998b160879 /pkg/tcpip/stack/stack_test.go
parent1e829a7c860756a9f24aac09c6880733f864499b (diff)
Redirect TODO to GitHub issues
PiperOrigin-RevId: 323715260
Diffstat (limited to 'pkg/tcpip/stack/stack_test.go')
-rw-r--r--pkg/tcpip/stack/stack_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/tcpip/stack/stack_test.go b/pkg/tcpip/stack/stack_test.go
index 7657a4101..101ca2206 100644
--- a/pkg/tcpip/stack/stack_test.go
+++ b/pkg/tcpip/stack/stack_test.go
@@ -867,9 +867,9 @@ func TestRouteWithDownNIC(t *testing.T) {
// Writes with Routes that use NIC1 after being brought up should
// succeed.
//
- // TODO(b/147015577): Should we instead completely invalidate all
- // Routes that were bound to a NIC that was brought down at some
- // point?
+ // TODO(gvisor.dev/issue/1491): Should we instead completely
+ // invalidate all Routes that were bound to a NIC that was brought
+ // down at some point?
if err := upFn(s, nicID1); err != nil {
t.Fatalf("test.upFn(_, %d): %s", nicID1, err)
}