Skip to content
Snippets Groups Projects
Commit c2ed1880 authored by Mantas M's avatar Mantas M Committed by David S. Miller
Browse files

net: ipv6: check route protocol when deleting routes


The protocol field is checked when deleting IPv4 routes, but ignored for
IPv6, which causes problems with routing daemons accidentally deleting
externally set routes (observed by multiple bird6 users).

This can be verified using `ip -6 route del <prefix> proto something`.

Signed-off-by: default avatarMantas Mikulėnas <grawity@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c762eaa7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment