summaryrefslogtreecommitdiffhomepage
path: root/test/iptables/BUILD
diff options
context:
space:
mode:
authorNayana Bidari <nybidari@google.com>2020-01-09 15:38:28 -0800
committerNayana Bidari <nybidari@google.com>2020-01-09 15:38:28 -0800
commit04abc9cf558930472605bf740a4333d6fafe5930 (patch)
treed65f2f37959f772a416ae75ebd0d269050fc9f8d /test/iptables/BUILD
parent6cc8e2d814f99439e01c308e16f6631d75578ec0 (diff)
Add test for redirect port
Fix the indentation and print statements. Moved the NAT redirect tests to new file. Added negative test to check redirect rule on ports other than redirected port.
Diffstat (limited to 'test/iptables/BUILD')
-rw-r--r--test/iptables/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/iptables/BUILD b/test/iptables/BUILD
index fa833c3b2..68eed721e 100644
--- a/test/iptables/BUILD
+++ b/test/iptables/BUILD
@@ -8,6 +8,7 @@ go_library(
"filter_input.go",
"iptables.go",
"iptables_util.go",
+ "nat.go",
],
importpath = "gvisor.dev/gvisor/test/iptables",
visibility = ["//test/iptables:__subpackages__"],