]> git.proxmox.com Git - mirror_frr.git/commitdiff
sharpd: Add some ability to ignore route-map commands
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 17 May 2018 14:30:25 +0000 (10:30 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 22 Jun 2018 14:21:15 +0000 (10:21 -0400)
Add some ability for sharpd to ignore the route-map commands
when using a integrated config.

signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>

sharpd/sharp_main.c

index 1c80cf055aaf1bd18dc21bee2d7f504c7f6f82b0..a478b416bf7f687700db89c2493ec7f2b3cb6fef 100644 (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. */