diff options
author | Aaron Conole <aconole@redhat.com> | 2019-12-04 00:34:13 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-18 18:08:33 +0300 |
commit | 0fa3554e921483c34807359cd9bf30034163fa8c (patch) | |
tree | 6805495c5a869bb5a370bfdaf1ad7654b0cabadc /net/ipv4/tcp_output.c | |
parent | 61c6c1296a5e3d122223890198ab017f07321def (diff) | |
download | linux-0fa3554e921483c34807359cd9bf30034163fa8c.tar.xz |
openvswitch: support asymmetric conntrack
[ Upstream commit 5d50aa83e2c8e91ced2cca77c198b468ca9210f4 ]
The openvswitch module shares a common conntrack and NAT infrastructure
exposed via netfilter. It's possible that a packet needs both SNAT and
DNAT manipulation, due to e.g. tuple collision. Netfilter can support
this because it runs through the NAT table twice - once on ingress and
again after egress. The openvswitch module doesn't have such capability.
Like netfilter hook infrastructure, we should run through NAT twice to
keep the symmetry.
Fixes: 05752523e565 ("openvswitch: Interface with NAT.")
Signed-off-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions