]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit987792f0c1aa0546b38ab9ceaf4d8b76211a2fd4
treeb65441e33152d17aac3dbde39715bae56ed98110
parent6083c0e19f334869dbb98df8072e45474903f7f5
parenta5eb55cb116daf338ba4d949e1789a3126683be7
Merge branch 'master' of git://git.kernel.org/pub/scm/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>