From 41d9cc6a6569e3a66f77a9cfd2869d209e665fa0 Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Thu, 11 Feb 2016 08:55:24 -0800 Subject: quagga: remove babel Ticket: CM-9274 Reviewed By: sharpd@cumulusnetworks.com Testing Done: --- tests/test-commands.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/test-commands.c') diff --git a/tests/test-commands.c b/tests/test-commands.c index 18b3b50d79..b4613a567d 100644 --- a/tests/test-commands.c +++ b/tests/test-commands.c @@ -133,12 +133,6 @@ static struct cmd_node ospf6_node = "%s(config-ospf6)# " }; -static struct cmd_node babel_node = -{ - BABEL_NODE, - "%s(config-babel)# " -}; - static struct cmd_node keychain_node = { KEYCHAIN_NODE, @@ -217,7 +211,6 @@ test_init(void) install_node (&ospf_node, NULL); install_node (&ripng_node, NULL); install_node (&ospf6_node, NULL); - install_node (&babel_node, NULL); install_node (&keychain_node, NULL); install_node (&keychain_key_node, NULL); install_node (&isis_node, NULL); -- cgit v1.2.3