diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-01-17 08:38:25 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-17 08:38:25 -0800 |
commit | 989b611f5a13b0334cec5809a84e4b034785d283 (patch) | |
tree | f2030342e9beec80d3a82e4cc17c34f9952749c3 /test/iptables/BUILD | |
parent | 345df7cab48ac79bccf2620900cd972b3026296d (diff) | |
parent | 98327a94cce7597589ac22b8557c5d9a2a03464d (diff) |
Merge pull request #1541 from nybidari:iptables
PiperOrigin-RevId: 290273561
Diffstat (limited to 'test/iptables/BUILD')
-rw-r--r-- | test/iptables/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/iptables/BUILD b/test/iptables/BUILD index fa833c3b2..372ba7abf 100644 --- a/test/iptables/BUILD +++ b/test/iptables/BUILD @@ -6,8 +6,10 @@ go_library( name = "iptables", srcs = [ "filter_input.go", + "filter_output.go", "iptables.go", "iptables_util.go", + "nat.go", ], importpath = "gvisor.dev/gvisor/test/iptables", visibility = ["//test/iptables:__subpackages__"], |