]> git.puffer.fish Git - mirror/frr.git/commit
zebra: When installing a new route always use REPLACE 3894/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 1 Mar 2019 18:56:12 +0000 (13:56 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 1 Mar 2019 18:56:12 +0000 (13:56 -0500)
commit334734a8b6b32c28393fc318fb96e647363fbaec
tree51536f66acf7203921db582aea0f39476a15b1c4
parent29da198289f6a724349444b1cf7f10ab0f4469ed
zebra: When installing a new route always use REPLACE

When we install a new route into the kernel always use
REPLACE.  Else if the route is already there it can
be translated into an append with the flags we are
using.

This is especially true for the way we handle pbr
routes as that we are re-installing the same route
entry from pbr at the moment.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rt_netlink.c