commit | 78f2756c5fc0bf17560766dbc5aaa1e4a7ba66e4 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Thu Sep 20 13:50:47 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 20 20:01:52 2018 -0700 |
tree | 6f0d2d9ab64a7580e0f566da73ce39382375d7cb | |
parent | 5678cb3c96eeea907f5319a3644bbada26508e58 [diff] |
net/ipv4: Move device validation to helper Move the device matching check in __fib_validate_source to a helper and export it for use by netfilter modules. Code move only; no functional change intended. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>