commit | 947e326c45dff8010a03db54a81c2068e6c28941 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Sep 20 20:01:53 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 20 20:01:53 2018 -0700 |
tree | 763880f35bd999d898fbb0fca5268599db1a69a5 | |
parent | 5678cb3c96eeea907f5319a3644bbada26508e58 [diff] | |
parent | 9f18b6b68e202668340ad16714960fca658cd4a1 [diff] |
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>