]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Fix route deletion on *BSD
authorTimo Teräs <timo.teras@iki.fi>
Fri, 19 Feb 2016 02:19:54 +0000 (18:19 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 18 Oct 2016 12:36:25 +0000 (08:36 -0400)
commit62ccf1e5a3ca3bc44f7e1471e7683ad6739f4bb7
tree9b1b2d79d7beaddf33052aec98cf396be9f89505
parentbe717a0af8ad777229fe445965fb0e2090f4a4ec
zebra: Fix route deletion on *BSD

Fix for not handling RTM_CHANGE correctly.  This patch change it to
delete/add instead.  Using RTM_CHANGE on kernels where it works is better,
but is left as an exercise for developer who has access and will to fix it
on *BSD.

[ed note: collaboration with Martin Winter]
zebra/rt_socket.c