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 /pkg/tcpip/transport/tcp/endpoint.go | |
parent | 2c08f0b5985c10a6bcf8b2f2383353ce72904e84 (diff) | |
parent | 41da7a568b1e4f46b3bc09724996556fb18b4d16 (diff) |
Merge release-20200522.0-76-g41da7a56 (automated)
Diffstat (limited to 'pkg/tcpip/transport/tcp/endpoint.go')
-rw-r--r-- | pkg/tcpip/transport/tcp/endpoint.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/tcpip/transport/tcp/endpoint.go b/pkg/tcpip/transport/tcp/endpoint.go index d048ef90c..edca98160 100644 --- a/pkg/tcpip/transport/tcp/endpoint.go +++ b/pkg/tcpip/transport/tcp/endpoint.go @@ -1172,11 +1172,6 @@ func (e *endpoint) SetOwner(owner tcpip.PacketOwner) { e.owner = owner } -// IPTables implements tcpip.Endpoint.IPTables. -func (e *endpoint) IPTables() (stack.IPTables, error) { - return e.stack.IPTables(), nil -} - // Read reads data from the endpoint. func (e *endpoint) Read(*tcpip.FullAddress) (buffer.View, tcpip.ControlMessages, *tcpip.Error) { e.LockUser() |