From: David S. Miller Date: Fri, 21 Sep 2018 03:01:53 +0000 (-0700) Subject: Merge branch 'net-wean-netfilter-from-fib_nh' X-Git-Tag: for-linus-20181026~43^2~325 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=947e326c45dff8010a03db54a81c2068e6c28941;p=linux-block.git 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 --- 947e326c45dff8010a03db54a81c2068e6c28941