summaryrefslogtreecommitdiff
path: root/bgpd
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2013-09-16 21:23:57 +0200
committerChristian Franke <chris@opensourcerouting.org>2014-01-08 00:49:41 +0100
commitfdc8614c306e5b61224d1ab4b63c00c558dbb07e (patch)
tree609374c0cafcba1e4f2bf6bd3dd44ae477b5265b /bgpd
parentd30eb038466ae3d14862df08bf58ee80c00bf311 (diff)
lib/command.c: rewrite command matching/parsing
Add support for keyword commands. Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/bgp_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c
index 1ff1ac95..1be65043 100644
--- a/bgpd/bgp_main.c
+++ b/bgpd/bgp_main.c
@@ -431,9 +431,6 @@ main (int argc, char **argv)
/* BGP related initialization. */
bgp_init ();
- /* Sort CLI commands. */
- sort_node ();
-
/* Parse config file. */
vty_read_config (config_file, config_default);