diff options
-rw-r--r-- | bgpd/bgp_zebra.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bgpd/bgp_zebra.c b/bgpd/bgp_zebra.c index 19fefb9b..c0fc3628 100644 --- a/bgpd/bgp_zebra.c +++ b/bgpd/bgp_zebra.c @@ -1042,10 +1042,6 @@ bgp_zebra_init (void) zclient->ipv6_route_delete = zebra_read_ipv6; #endif /* HAVE_IPV6 */ - /* disable zebra client */ - zclient->enable = 0 ; /* disable it */ - zclient_stop(zclient) ; /* and make sure all threads stopped */ - /* Interface related init. */ if_init (); } |