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