summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6d.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-08-19 21:21:00 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-08-19 21:21:00 -0400
commit3b4e6bd594833a32835f4cd59f471a7174711662 (patch)
treef5c1051df2c1d3ea72314b931725e99def809471 /ospf6d/ospf6d.c
parentbd8110e50ca201ce7711190d65759f89d5084068 (diff)
ospf6d: Remove ospf6d version string
This version string has not been updated in over 11 years. I cannot see any viable reason that we should use or update or anything with this value, remove. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6d.c')
-rw-r--r--ospf6d/ospf6d.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c
index 6b47fca578..48c34b7975 100644
--- a/ospf6d/ospf6d.c
+++ b/ospf6d/ospf6d.c
@@ -44,8 +44,6 @@
#include "ospf6d.h"
#include "ospf6_bfd.h"
-char ospf6_daemon_version[] = OSPF6_DAEMON_VERSION;
-
struct route_node *route_prev(struct route_node *node)
{
struct route_node *end;
@@ -70,21 +68,6 @@ struct route_node *route_prev(struct route_node *node)
return prev;
}
-
-/* show database functions */
-DEFUN (show_version_ospf6,
- show_version_ospf6_cmd,
- "show version ospf6",
- SHOW_STR
- "Display version\n"
- "Display ospf6d version\n"
- )
-{
- vty_out(vty, "Zebra OSPF6d Version: %s\n", ospf6_daemon_version);
-
- return CMD_SUCCESS;
-}
-
static struct cmd_node debug_node = {
DEBUG_NODE, "", 1 /* VTYSH */
};
@@ -1174,8 +1157,6 @@ void ospf6_init(void)
install_element_ospf6_clear_interface();
- install_element(VIEW_NODE, &show_version_ospf6_cmd);
-
install_element(VIEW_NODE, &show_ipv6_ospf6_border_routers_cmd);
install_element(VIEW_NODE, &show_ipv6_ospf6_linkstate_cmd);