diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-07-13 19:03:18 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-13 19:03:18 +0000 |
commit | 0a49098e2b456f23af79341530d79f9128b58bb5 (patch) | |
tree | dde9d942d1dae331e62bdde25f067286c3b8a390 /pkg/tcpip/stack/stack.go | |
parent | 4e931be12f70e320c7d750fba1c3a3c6b008ddb6 (diff) | |
parent | 43c209f48e0aa9024705583cc6f0fafa7d6380ca (diff) |
Merge release-20200622.1-97-g43c209f48 (automated)
Diffstat (limited to 'pkg/tcpip/stack/stack.go')
-rw-r--r-- | pkg/tcpip/stack/stack.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/stack/stack.go b/pkg/tcpip/stack/stack.go index cdcfb8321..0aa815447 100644 --- a/pkg/tcpip/stack/stack.go +++ b/pkg/tcpip/stack/stack.go @@ -425,6 +425,7 @@ type Stack struct { handleLocal bool // tables are the iptables packet filtering and manipulation rules. + // TODO(gvisor.dev/issue/170): S/R this field. tables *IPTables // resumableEndpoints is a list of endpoints that need to be resumed if the |