From: F. Aragon Date: Thu, 13 Sep 2018 12:48:21 +0000 (+0200) Subject: bgpd: fix test (using bgp instance 0) X-Git-Tag: frr-7.1-dev~346^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F3016%2Fhead;p=mirror%2Ffrr.git bgpd: fix test (using bgp instance 0) Signed-off-by: F. Aragon --- diff --git a/tests/bgpd/test_peer_attr.c b/tests/bgpd/test_peer_attr.c index 452245ec16..e40fba2457 100644 --- a/tests/bgpd/test_peer_attr.c +++ b/tests/bgpd/test_peer_attr.c @@ -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(); }