diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-05 18:32:01 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-05 18:32:01 +0000 |
commit | bded97c1f676fbab2b2906dee983964182fa4b8d (patch) | |
tree | c65cda535768f4aa0d063761de6e6847ab70b76c /runsc/boot | |
parent | 2c08f0b5985c10a6bcf8b2f2383353ce72904e84 (diff) | |
parent | 41da7a568b1e4f46b3bc09724996556fb18b4d16 (diff) |
Merge release-20200522.0-76-g41da7a56 (automated)
Diffstat (limited to 'runsc/boot')
-rw-r--r-- | runsc/boot/loader.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/loader.go b/runsc/boot/loader.go index f802bc9fb..002479612 100644 --- a/runsc/boot/loader.go +++ b/runsc/boot/loader.go @@ -1056,7 +1056,7 @@ func newEmptySandboxNetworkStack(clock tcpip.Clock, uniqueID stack.UniqueID) (in return nil, fmt.Errorf("SetTransportProtocolOption failed: %v", err) } - s.FillDefaultIPTables() + s.FillIPTablesMetadata() return &s, nil } |