summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_damp.c
diff options
context:
space:
mode:
authorpaul <paul>2003-04-23 17:01:31 +0000
committerpaul <paul>2003-04-23 17:01:31 +0000
commita2c6283126a48c915561364e8456894bf7089b2c (patch)
treeb031a490e05beb57f30aa69d2c60f0362efd0e5c /ospf6d/ospf6_damp.c
parente54879f11a6c0b91d3ce33b9c90edeb0fb5103b9 (diff)
From: Hasso Tepper
This one fixes "router xxx" node commands in vtysh. Don't get "unknown command" error when entering "passive-interface eth0" command while ospfd and ospf6d running etc.
Diffstat (limited to 'ospf6d/ospf6_damp.c')
-rw-r--r--ospf6d/ospf6_damp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ospf6d/ospf6_damp.c b/ospf6d/ospf6_damp.c
index 4e807a70..878c48f6 100644
--- a/ospf6d/ospf6_damp.c
+++ b/ospf6d/ospf6_damp.c
@@ -567,8 +567,8 @@ DEFUN (show_ipv6_ospf6_route_flapping,
return CMD_SUCCESS;
}
-DEFUN (flap_damping_route,
- flap_damping_route_cmd,
+DEFUN (ospf6_flap_damping_route,
+ ospf6_flap_damping_route_cmd,
"flap-damping route <0-4294967295> <0-4294967295> "
"<0-4294967295> <0-4294967295>",
"enable flap dampening\n"
@@ -734,7 +734,7 @@ ospf6_damp_init ()
install_element (VIEW_NODE, &show_ipv6_ospf6_route_flapping_cmd);
install_element (ENABLE_NODE, &show_ipv6_ospf6_route_flapping_cmd);
install_element (ENABLE_NODE, &show_ipv6_ospf6_camp_config_cmd);
- install_element (OSPF6_NODE, &flap_damping_route_cmd);
+ install_element (OSPF6_NODE, &ospf6_flap_damping_route_cmd);
install_element (ENABLE_NODE, &show_debug_ospf6_damp_cmd);
install_element (CONFIG_NODE, &debug_ospf6_damp_cmd);