diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-07-08 16:36:33 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-08 16:36:33 -0700 |
commit | 4f7af437e25382bdf75b880d1bf3184eae725231 (patch) | |
tree | 7c42719b3cba6fb94b2c3071b82d40e594560e04 /test/iptables/nat.go | |
parent | a75d9f7bee72b9d7611cb015e473ac0bed3d9b02 (diff) | |
parent | 14ff2ea9bfc83fb37afe8a5e17e8b8173f85eb68 (diff) |
Merge pull request #3171 from kevinGC:ipv6-kokoro
PiperOrigin-RevId: 320290162
Diffstat (limited to 'test/iptables/nat.go')
-rw-r--r-- | test/iptables/nat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/iptables/nat.go b/test/iptables/nat.go index 5e54a3963..8562b0820 100644 --- a/test/iptables/nat.go +++ b/test/iptables/nat.go @@ -241,7 +241,7 @@ func (NATPreRedirectIP) Name() string { // ContainerAction implements TestCase.ContainerAction. func (NATPreRedirectIP) ContainerAction(ip net.IP) error { - addrs, err := localAddrs() + addrs, err := localAddrs(false) if err != nil { return err } |