Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
qobj_init ();
master = thread_master_create ();
bgp_master_init (master);
- vrf_init ();
+ vrf_init (NULL, NULL, NULL, NULL);
bgp_option_set (BGP_OPT_NO_LISTEN);
if (fileno (stdout) >= 0)
qobj_init ();
master = thread_master_create ();
bgp_master_init (master);
- vrf_init ();
+ vrf_init (NULL, NULL, NULL, NULL);
bgp_option_set (BGP_OPT_NO_LISTEN);
bgp_attr_init ();
master = thread_master_create ();
zclient = zclient_new(master);
bgp_master_init (master);
- vrf_init ();
+ vrf_init (NULL, NULL, NULL, NULL);
bgp_option_set (BGP_OPT_NO_LISTEN);
if (fileno (stdout) >= 0)