]> git.puffer.fish Git - mirror/frr.git/commit
zebra: When installing a new route always use REPLACE 3897/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 21:21:52 +0000 (16:21 -0500)
commit3f2377a05e76f1f16f269fc52fa488030047c83c
treed33d5cae437cf3025b529dc71eee82f839b2fb76
parent10d4945441d2e1f4e02a21a2782c974e300e8d12
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