sharpd: Add some ability to ignore route-map commands

Add some ability for sharpd to ignore the route-map commands
when using a integrated config.

signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2018-05-17 10:30:25 -04:00
parent 3b83faf238
commit 808afce955

View File

@ -149,6 +149,8 @@ int main(int argc, char **argv, char **envp)
vrf_init(NULL, NULL, NULL, NULL);
route_map_init();
sharp_zebra_init();
/* Get configuration file. */