diff options
author | Christian Franke <chris@opensourcerouting.org> | 2013-09-30 12:27:51 +0000 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2014-04-01 20:21:41 +0200 |
commit | cd40b329a2e4da882bcad0431c048c876bbeafbd (patch) | |
tree | cfbdec5a7559c6d3e56766797896a18809aa1746 /ospf6d | |
parent | e712d0e3667ffad8109ef8bce3ce01927ee95bb7 (diff) | |
download | quagga-cd40b329a2e4da882bcad0431c048c876bbeafbd.tar.bz2 quagga-cd40b329a2e4da882bcad0431c048c876bbeafbd.tar.xz |
lib/command.c: rewrite command matching/parsing
Add support for keyword commands.
Includes new documentation for DEFUN() in lib/command.h, for preexisting
features as well as new keyword specification.
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index e9919713..4f6d9e51 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -325,9 +325,6 @@ main (int argc, char *argv[], char *envp[]) /* initialize ospf6 */ ospf6_init (); - /* sort command vector */ - sort_node (); - /* parse config file */ vty_read_config (config_file, config_default); |