On 10/5/22 10:07 AM, Phil Sutter wrote: > Use the introduced field for correct operation with VRF devices instead > of conditionally overwriting flowic_oif. This is a partial revert of > commit b575b24b8eee3 ("netfilter: Fix rpfilter dropping vrf packets by > mistake"), implementing a simpler solution. > > Signed-off-by: Phil Sutter <phil@xxxxxx> > --- > net/ipv4/netfilter/ipt_rpfilter.c | 2 +- > net/ipv4/netfilter/nft_fib_ipv4.c | 2 +- > net/ipv6/netfilter/ip6t_rpfilter.c | 9 +++------ > net/ipv6/netfilter/nft_fib_ipv6.c | 5 ++--- > 4 files changed, 7 insertions(+), 11 deletions(-) > LGTM Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>