diff options
Diffstat (limited to 'bgpd/bgp_zebra.c')
-rw-r--r-- | bgpd/bgp_zebra.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bgpd/bgp_zebra.c b/bgpd/bgp_zebra.c index a9f13da2..19fefb9b 100644 --- a/bgpd/bgp_zebra.c +++ b/bgpd/bgp_zebra.c @@ -1042,11 +1042,9 @@ bgp_zebra_init (void) zclient->ipv6_route_delete = zebra_read_ipv6; #endif /* HAVE_IPV6 */ - /* TODO: restore zebra when have threaded it !! */ -#if 1 + /* disable zebra client */ zclient->enable = 0 ; /* disable it */ zclient_stop(zclient) ; /* and make sure all threads stopped */ -#endif /* Interface related init. */ if_init (); |