ipv4: export fib_flush
authorDavid Ahern <dsahern@gmail.com>
Wed, 22 May 2019 19:04:44 +0000 (12:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 00:48:44 +0000 (17:48 -0700)
commit9bd836679210534396a93a02f2fcf3ece64f45f7
tree90293aa5a3023c8b61dfc5d6c042d565ac8f36e7
parentac1fab2d139447d84b10d99f80bec5d7b08c365a
ipv4: export fib_flush

As nexthops are deleted, fib entries referencing it are marked dead.
Export fib_flush so those entries can be removed in a timely manner.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
net/ipv4/fib_frontend.c