commit | e37791ec1ad785b59022ae211f63a16189bacebf | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Fri Mar 10 09:46:15 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 12 23:39:32 2017 -0700 |
tree | c3fbc1b1c9570aae6afaf6ed6b949e365c8dd5fa | |
parent | 52491c7607c5527138095edf44c53169dc1ddb82 [diff] |
mpls: Send route delete notifications when router module is unloaded When the mpls_router module is unloaded, mpls routes are deleted but notifications are not sent to userspace leaving userspace caches out of sync. Add the call to mpls_notify_route in mpls_net_exit as routes are freed. Fixes: 0189197f44160 ("mpls: Basic routing support") Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>