summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/BUILD
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2018-09-17 20:42:48 -0700
committerShentubot <shentubot@google.com>2018-09-17 20:44:04 -0700
commitd6409b6564d6f908a217709010df2276497b264b (patch)
treeeef606f06646507d0fbfdba60d48ffc3ff46b715 /pkg/tcpip/transport/tcp/BUILD
parentbb88c187c5457df14fa78e5e6b6f48cbc90fb489 (diff)
Prevent TCP connect from picking bound ports
PiperOrigin-RevId: 213387851 Change-Id: Icc6850761bc11afd0525f34863acd77584155140
Diffstat (limited to 'pkg/tcpip/transport/tcp/BUILD')
-rw-r--r--pkg/tcpip/transport/tcp/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/tcpip/transport/tcp/BUILD b/pkg/tcpip/transport/tcp/BUILD
index c7943f08e..5a77ee232 100644
--- a/pkg/tcpip/transport/tcp/BUILD
+++ b/pkg/tcpip/transport/tcp/BUILD
@@ -71,6 +71,8 @@ go_test(
"//pkg/tcpip/link/loopback",
"//pkg/tcpip/link/sniffer",
"//pkg/tcpip/network/ipv4",
+ "//pkg/tcpip/network/ipv6",
+ "//pkg/tcpip/ports",
"//pkg/tcpip/seqnum",
"//pkg/tcpip/stack",
"//pkg/tcpip/transport/tcp/testing/context",