]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-wean-netfilter-from-fib_nh'
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Sep 2018 03:01:53 +0000 (20:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Sep 2018 03:01:53 +0000 (20:01 -0700)
commit4df13b683aa217f2deec560f8b7a7e3770b374e0
tree763880f35bd999d898fbb0fca5268599db1a69a5
parent6f37973b1a74995c7b8413a6e0202a239c0c3914
parent9294052f1f1ed4ad247887c0191db5da201a3db3
Merge branch 'net-wean-netfilter-from-fib_nh'

David Ahern says:

====================
net: wean netfilter from fib_nh

Two netfilter modules reference fib_nh. In both cases the code is
only checking if a nexthop in a fib_info uses a specific device.
Both instances essentially duplicate code from __fib_validate_source,
so move that code into a helper and flip the netfilter modules to
use it.
====================

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