From fdc8614c306e5b61224d1ab4b63c00c558dbb07e Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 16 Sep 2013 21:23:57 +0200 Subject: lib/command.c: rewrite command matching/parsing Add support for keyword commands. Signed-off-by: Christian Franke --- zebra/main.c | 3 --- zebra/test_main.c | 3 --- 2 files changed, 6 deletions(-) (limited to 'zebra') diff --git a/zebra/main.c b/zebra/main.c index 742e0292..523b1911 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -343,9 +343,6 @@ main (int argc, char **argv) interface_list (); route_read (); - /* Sort VTY commands. */ - sort_node (); - #ifdef HAVE_SNMP zebra_snmp_init (); #endif /* HAVE_SNMP */ diff --git a/zebra/test_main.c b/zebra/test_main.c index a9518637..c6951729 100644 --- a/zebra/test_main.c +++ b/zebra/test_main.c @@ -298,9 +298,6 @@ main (int argc, char **argv) route_read (); zebra_vty_init(); - /* Sort VTY commands. */ - sort_node (); - /* Configuration file read*/ vty_read_config (config_file, config_default); -- cgit v1.2.1