]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Cleanup api
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Feb 2018 01:11:12 +0000 (20:11 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Mar 2018 16:07:41 +0000 (11:07 -0500)
commit1fbfe5a57249d907b44b31f9031b27eb59a606d4
treea51b4f898711ed61424e65593408fcbb5c0f1901
parentfd71d73eb307096d9f14804fdac9123742d868b1
zebra: Cleanup api

Allow the add/delete to go through a intermediary function in
zebra_pbr.c instead of directly to the underlying os call.  This
will allow future refinements to track the data a bit better
so that on shutdown we can delete the rules.

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