summaryrefslogtreecommitdiffstats
path: root/tests/main.c
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2013-09-30 12:27:51 +0000
committerDavid Lamparter <equinox@opensourcerouting.org>2014-04-01 20:21:41 +0200
commitcd40b329a2e4da882bcad0431c048c876bbeafbd (patch)
treecfbdec5a7559c6d3e56766797896a18809aa1746 /tests/main.c
parente712d0e3667ffad8109ef8bce3ce01927ee95bb7 (diff)
downloadquagga-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 'tests/main.c')
-rw-r--r--tests/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/main.c b/tests/main.c
index e0fbb4d5..2d8cb0c5 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -171,8 +171,6 @@ main (int argc, char **argv)
/* OSPF vty inits. */
test_vty_init ();
- sort_node ();
-
/* Change to the daemon program. */
if (daemon_mode && daemon (0, 0) < 0)
{