Commits

Mantas M committed 9f4a8ebb750
net: ipv6: check route protocol when deleting routes [ Upstream commit c2ed1880fd61a998e3ce40254a99a2ad000f1a7d ] 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: Mantas Mikulėnas <grawity@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <alexander.levin@verizon.com>