]> 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)
commite39bd9bf4dc9d95386b069ccbd0331f65ebceb63
treeb65441e33152d17aac3dbde39715bae56ed98110
parentb1847b4da52396a285f97e9fbf654cac4c077ea8
parentcb33f2017ec5f231b62cf087f9e3f3057ed81701
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>