diff options
author | Kevin Krakauer <krakauer@google.com> | 2021-01-19 12:10:01 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-19 12:14:08 -0800 |
commit | 833ba3590b422d453012e5b2ec2e780211d9caf9 (patch) | |
tree | d66ae365a679dbe51a9a05b9b76094d4214768b4 /test/iptables/BUILD | |
parent | a2ec1932c9b76d80d3af93aa74acf945829cd582 (diff) |
Ensure that IP{V6}_RECVORIGDSTADDR yields the post-NAT address and port.
PiperOrigin-RevId: 352624174
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 66453772a..ae4bba847 100644 --- a/test/iptables/BUILD +++ b/test/iptables/BUILD @@ -15,7 +15,9 @@ go_library( ], visibility = ["//test/iptables:__subpackages__"], deps = [ + "//pkg/binary", "//pkg/test/testutil", + "//pkg/usermem", ], ) |