mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
Merge pull request #2848 from donaldsharp/more_init
sharpd, staticd: Add access_list_init
This commit is contained in:
commit
12fa538096
@ -148,6 +148,7 @@ int main(int argc, char **argv, char **envp)
|
||||
|
||||
vrf_init(NULL, NULL, NULL, NULL);
|
||||
|
||||
access_list_init();
|
||||
route_map_init();
|
||||
|
||||
sharp_zebra_init();
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "libfrr.h"
|
||||
#include "vrf.h"
|
||||
#include "nexthop.h"
|
||||
#include "filter.h"
|
||||
|
||||
#include "static_vrf.h"
|
||||
#include "static_vty.h"
|
||||
@ -135,6 +136,7 @@ int main(int argc, char **argv, char **envp)
|
||||
|
||||
master = frr_init();
|
||||
|
||||
access_list_init();
|
||||
static_vrf_init();
|
||||
|
||||
static_zebra_init();
|
||||
|
Loading…
Reference in New Issue
Block a user