]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mpls-multipath-route-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Mar 2017 21:09:50 +0000 (14:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Mar 2017 21:09:50 +0000 (14:09 -0700)
commit890f368e371a57f5b0c60071d6d85b2a57693f43
tree74d242126811f7d73bc09832cd46865c253de9cb
parent53c5283a021198e9f59d57418e5713412218e3f7
parent56a9cecf44ba413cda04ab4f111f34fa8863e119
Merge branch 'mpls-multipath-route-cleanups'

David Ahern says:

====================
net: mpls: multipath route cleanups

When a device associated with a nexthop is deleted, the nexthop in
the route is effectively removed, so remove it from the route dump.

Further, when all nexhops have been deleted the route is effectively
done, so remove the route.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>