Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Oct 2022 12:29:07 +0000 (13:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Oct 2022 12:29:07 +0000 (13:29 +0100)
commited5d1f61b4069c8b91a00ac29cfe1cef324e8bc2
treeb65441e33152d17aac3dbde39715bae56ed98110
parent739cfa34518ef3a6789f5f77239073972a387359
parent6a91e7270936c5a504af7e0a197d7021e169d281
Merge branch 'master' of git://git./linux/kernel/git/netfilter/nf

Florian Westphal says:

====================
netfilter fixes for net

This series from Phil Sutter for the *net* tree fixes a problem with a change
from the 6.1 development phase: the change to nft_fib should have used
the more recent flowic_l3mdev field.  Pointed out by Guillaume Nault.
This also makes the older iptables module follow the same pattern.

Also add selftest case and avoid test failure in nft_fib.sh when the
host environment has set rp_filter=1.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>