]> git.puffer.fish Git - mirror/frr.git/commit
zebra: allow blackhole routes from the kernel to be deleted
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 1 Sep 2017 00:13:23 +0000 (21:13 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 1 Sep 2017 01:14:48 +0000 (22:14 -0300)
commit8ba5bd58aa7bb8de6c18dd4ebddecf142ae4012e
treef9d5bda18164138e56abdf00be787facd66e5f2c
parenta3d18ce6b0810ad91e3d99bcb86e56cb6d6903a0
zebra: allow blackhole routes from the kernel to be deleted

Fixes the following bug:
% ip -6 route add unreachable 4000::/64
% ip -6 route del unreachable 4000::/64
% vtysh -c "show ipv6 route"
[snip]
K>* 4000::/64 [0/1024] unreachable (ICMP unreachable)

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
zebra/rt_netlink.c