bgpd: fix test (using bgp instance 0)

Signed-off-by: F. Aragon <paco@voltanet.io>
This commit is contained in:
F. Aragon 2018-09-13 14:48:21 +02:00
parent 61eefcadc7
commit 20ae4acdba
No known key found for this signature in database
GPG Key ID: FD112A8C7E6A5E4A

View File

@ -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();
}