]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Fix route replace flags 1496/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 Nov 2017 16:54:27 +0000 (11:54 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 Nov 2017 18:01:01 +0000 (13:01 -0500)
commit9fa38ec6bbd6d0755c4b0e5ca718ded97d8e2f79
tree33f04169fcc86bdda71ccc21f9d28cc456206615
parent4a83e7a04a6eef80452633a517a2e9ce7839391b
zebra: Fix route replace flags

When doing a route replace, on openbsd we were not
marking the old lsp as no longer installed, while
on linux we were.  Move the abstraction up a layer.

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