commit | 0fa6efc54780412c3fbd6f6e61a5dfb4ca9bb59c | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Wed May 22 20:28:00 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 24 13:26:44 2019 -0700 |
tree | b92bf370a2f8db1ac26fae30d4113e4e4bbea24a | |
parent | 1cf844c747d5424abe76f7b599c00b1ac17d3fce [diff] |
ipv6: Refactor ip6_route_del for cached routes Move the removal of cached routes to a helper, ip6_del_cached_rt, that can be invoked per nexthop. Rename the existig ip6_del_cached_rt to __ip6_del_cached_rt since it is called by ip6_del_cached_rt. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>