Revision 13c62f5371e3eb4fc3400cfa26e64ca75f888008 authored by Marcelo Ricardo Leitner on 09 June 2021, 14:23:56 UTC, committed by David S. Miller on 09 June 2021, 22:34:51 UTC
This this the counterpart of 8aa7b526dc0b ("openvswitch: handle DNAT
tuple collision") for act_ct. From that commit changelog:

"""
With multiple DNAT rules it's possible that after destination
translation the resulting tuples collide.

...

Netfilter handles this case by allocating a null binding for SNAT at
egress by default.  Perform the same operation in openvswitch for DNAT
if no explicit SNAT is requested by the user and allocate a null binding
for SNAT for packets in the "original" direction.
"""

Fixes: 95219afbb980 ("act_ct: support asymmetric conntrack")
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent d2e381c
History
File Mode Size
Kconfig -rw-r--r-- 9.2 KB
Kconfig.debug -rw-r--r-- 4.0 KB
Makefile -rw-r--r-- 605 bytes
rcu.h -rw-r--r-- 16.7 KB
rcu_segcblist.c -rw-r--r-- 20.1 KB
rcu_segcblist.h -rw-r--r-- 5.0 KB
rcuscale.c -rw-r--r-- 23.1 KB
rcutorture.c -rw-r--r-- 94.7 KB
refscale.c -rw-r--r-- 17.4 KB
srcutiny.c -rw-r--r-- 7.5 KB
srcutree.c -rw-r--r-- 47.8 KB
sync.c -rw-r--r-- 6.2 KB
tasks.h -rw-r--r-- 44.5 KB
tiny.c -rw-r--r-- 5.9 KB
tree.c -rw-r--r-- 151.2 KB
tree.h -rw-r--r-- 19.6 KB
tree_exp.h -rw-r--r-- 25.2 KB
tree_plugin.h -rw-r--r-- 92.9 KB
tree_stall.h -rw-r--r-- 26.7 KB
update.c -rw-r--r-- 17.7 KB

back to top