summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/testbench/BUILD
diff options
context:
space:
mode:
authorZeling Feng <zeling@google.com>2020-05-18 11:30:04 -0700
committergVisor bot <gvisor-bot@google.com>2020-05-18 11:31:38 -0700
commit99a18ec8b4cc98694b8bc61a35b360d5fca1a075 (patch)
tree9c91a26336ce58257136982f387652ac301fa467 /test/packetimpact/testbench/BUILD
parent32ab382c80306d7dab499e983af2bfaea7770d1d (diff)
Support TCP options for packetimpact
PiperOrigin-RevId: 312119730
Diffstat (limited to 'test/packetimpact/testbench/BUILD')
-rw-r--r--test/packetimpact/testbench/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/packetimpact/testbench/BUILD b/test/packetimpact/testbench/BUILD
index fed51006f..682933067 100644
--- a/test/packetimpact/testbench/BUILD
+++ b/test/packetimpact/testbench/BUILD
@@ -39,6 +39,7 @@ go_test(
library = ":testbench",
deps = [
"//pkg/tcpip",
+ "//pkg/tcpip/header",
"@com_github_mohae_deepcopy//:go_default_library",
],
)