diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-10-01 20:41:55 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-10-01 20:41:55 +0000 |
commit | 6a77542c8abce6038a6c023d07ba68442f31e9a0 (patch) | |
tree | 35fa0381ed54fc49d65b35f5be50fc22b1546b8a /pkg/tcpip/stack/iptables.go | |
parent | 180c102cce36336892caa2ebf62359ec7c20322a (diff) | |
parent | 6e83c4b751c60652247d0ebbe559261352b2131f (diff) |
Merge release-20210921.0-56-g6e83c4b75 (automated)
Diffstat (limited to 'pkg/tcpip/stack/iptables.go')
-rw-r--r-- | pkg/tcpip/stack/iptables.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/iptables.go b/pkg/tcpip/stack/iptables.go index dcba7eba6..a20bef3c5 100644 --- a/pkg/tcpip/stack/iptables.go +++ b/pkg/tcpip/stack/iptables.go @@ -388,7 +388,7 @@ func (it *IPTables) check(hook Hook, pkt *PacketBuffer, r *Route, addressEP Addr // binding is created: this usually does not map the packet, but exists // to ensure we don't map another stream over an existing one." if shouldTrack { - it.connections.maybeInsertNoop(pkt, hook) + it.connections.maybeInsertNoop(pkt) } // Every table returned Accept. |