diff options
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r-- | bgpd/bgp_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 26605be54..fec7ed44f 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -456,9 +456,6 @@ main (int argc, char **argv) bm->address = bgp_address; /* Initializations. */ - cmd_init (1); - vty_init (bm->master); - memory_init (); bgp_vrf_init (); /* BGP related initialization. */ |