mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:41:20 +00:00
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:
parent
3b83faf238
commit
808afce955
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user