mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 23:52:18 +00:00
bgpd: fix test (using bgp instance 0)
Signed-off-by: F. Aragon <paco@voltanet.io>
This commit is contained in:
parent
61eefcadc7
commit
20ae4acdba
@ -1388,7 +1388,7 @@ static void bgp_startup(void)
|
||||
bgp_master_init(master);
|
||||
bgp_option_set(BGP_OPT_NO_LISTEN);
|
||||
vrf_init(NULL, NULL, NULL, NULL, NULL);
|
||||
bgp_init();
|
||||
bgp_init(0);
|
||||
bgp_pthreads_run();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user