summaryrefslogtreecommitdiffstats
path: root/ripngd
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2013-09-30 14:27:51 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2014-04-01 20:21:41 +0200
commitcd40b329a2e4da882bcad0431c048c876bbeafbd (patch)
treecfbdec5a7559c6d3e56766797896a18809aa1746 /ripngd
parenttests: fix build & disable testcommands (diff)
downloadfrr-cd40b329a2e4da882bcad0431c048c876bbeafbd.tar.xz
frr-cd40b329a2e4da882bcad0431c048c876bbeafbd.zip
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 'ripngd')
-rw-r--r--ripngd/ripng_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c
index 20225b7d5..7525a2676 100644
--- a/ripngd/ripng_main.c
+++ b/ripngd/ripng_main.c
@@ -282,9 +282,6 @@ main (int argc, char **argv)
zebra_init ();
ripng_peer_init ();
- /* Sort all installed commands. */
- sort_node ();
-
/* Get configuration file. */
vty_read_config (config_file, config_default);