commit | a0f37efa82253994b99623dbf41eea8dd0ba169b | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Wed Dec 14 11:06:18 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 17 10:45:57 2016 -0500 |
tree | 0defffc79178cfbf79c84a94fa8acd9504f4086d | |
parent | 8a9f5fdf87bf383388fd21caf764b9d169c20a95 [diff] |
net: vrf: Fix NAT within a VRF Connection tracking with VRF is broken because the pass through the VRF device drops the connection tracking info. Removing the call to nf_reset allows DNAT and MASQUERADE to work across interfaces within a VRF. Fixes: 73e20b761acf ("net: vrf: Add support for PREROUTING rules on vrf device") Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>