diff options
author | Christian Franke <chris@opensourcerouting.org> | 2013-09-16 21:23:57 +0200 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2014-01-08 00:49:41 +0100 |
commit | fdc8614c306e5b61224d1ab4b63c00c558dbb07e (patch) | |
tree | 609374c0cafcba1e4f2bf6bd3dd44ae477b5265b /babeld | |
parent | d30eb038466ae3d14862df08bf58ee80c00bf311 (diff) |
lib/command.c: rewrite command matching/parsing
Add support for keyword commands.
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'babeld')
-rw-r--r-- | babeld/babel_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/babeld/babel_main.c b/babeld/babel_main.c index 7b1d8799..529c3f29 100644 --- a/babeld/babel_main.c +++ b/babeld/babel_main.c @@ -277,9 +277,6 @@ babel_init(int argc, char **argv) /* this replace kernel_setup && kernel_setup_socket */ babelz_zebra_init (); - /* Sort all installed commands. */ - sort_node (); - /* Get zebra configuration file. */ zlog_set_level (NULL, ZLOG_DEST_STDOUT, ZLOG_DISABLED); vty_read_config (babel_config_file, babel_config_default); |