diff options
author | Aaron Conole <aconole@redhat.com> | 2019-12-03 16:34:13 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-21 10:47:34 +0100 |
commit | 22f73f807e3dce32313ae7c87d81c95d4d8e7b66 (patch) | |
tree | 09f1c254be360426557959b6b3d4a44cdeda0587 /net/tipc/core.c | |
parent | 0f68a211193afdf1f770ac203ff5b31fa83d1ac5 (diff) |
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/tipc/core.c')
0 files changed, 0 insertions, 0 deletions