summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/BUILD
diff options
context:
space:
mode:
authorIan Gudger <igudger@google.com>2019-01-29 16:22:34 -0800
committerShentubot <shentubot@google.com>2019-01-29 16:23:30 -0800
commitff1c3bb0b577a4ea55a64de39415a8d31142b741 (patch)
tree14bf8211ede352cdc4bae3ac8fd21dd9fc617c7c /pkg/tcpip/stack/BUILD
parent3c5f8dfd4b0a7157343bacb62620e4f11612c3b7 (diff)
Fix NIC endpoint forwarding.
Also adds a test for regular NIC forwarding. PiperOrigin-RevId: 231495279 Change-Id: Ic7edec249568e9ad0280cea77eac14478c9073e1
Diffstat (limited to 'pkg/tcpip/stack/BUILD')
-rw-r--r--pkg/tcpip/stack/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/stack/BUILD b/pkg/tcpip/stack/BUILD
index 9ff1c8731..8a598c57d 100644
--- a/pkg/tcpip/stack/BUILD
+++ b/pkg/tcpip/stack/BUILD
@@ -43,6 +43,7 @@ go_test(
"//pkg/tcpip/buffer",
"//pkg/tcpip/header",
"//pkg/tcpip/link/channel",
+ "//pkg/tcpip/link/loopback",
"//pkg/waiter",
],
)