From 808afce955e9dfebacaccc02a1f174011ee2366b Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 17 May 2018 10:30:25 -0400 Subject: [PATCH] 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/sharp_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c index 1c80cf055a..a478b416bf 100644 --- a/sharpd/sharp_main.c +++ b/sharpd/sharp_main.c @@ -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. */ -- 2.39.5