OSDN Git Service

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)
commit947e326c45dff8010a03db54a81c2068e6c28941
tree763880f35bd999d898fbb0fca5268599db1a69a5
parent5678cb3c96eeea907f5319a3644bbada26508e58
parent9f18b6b68e202668340ad16714960fca658cd4a1
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>