On Wed, Dec 12, 2012 at 4:49 PM, Andrew Collins [off-list ref] wrote:
The MASQUERADE target now handles routing changes which affect
the output interface of a connection, but only for ESTABLISHED
connections. It is also possible for NEW connections which
already have a conntrack entry to be affected by routing changes.
This adds a check to drop entries in the NEW+conntrack state
when the oif has changed.
Signed-off-by: Andrew Collins <redacted>
---
net/ipv4/netfilter/iptable_nat.c | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
My mistake, I forgot to include the corresponding ip6table_nat.c
change (it's identical), ignore this for now.