]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: fix test (using bgp instance 0) 3470/head
authorF. Aragon <paco@voltanet.io>
Thu, 13 Sep 2018 12:48:21 +0000 (14:48 +0200)
committerF. Aragon <paco@voltanet.io>
Wed, 12 Dec 2018 16:19:54 +0000 (17:19 +0100)
Signed-off-by: F. Aragon <paco@voltanet.io>
tests/bgpd/test_peer_attr.c

index 16bd5d96dab51e53d8cdbaffb12c6467d431cf3b..336582e38d6ca06354a072f53f2ff55e943d51f7 100644 (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);
-       bgp_init();
+       bgp_init(0);
        bgp_pthreads_run();
 }