else if (strmatch (dbgparam, "timers"))
TERM_DEBUG_ON (ism, ISM_TIMERS);
}
+
+ return CMD_SUCCESS;
}
DEFUN (no_debug_ospf_ism,
else if (strmatch (dbgparam, "timers"))
TERM_DEBUG_OFF (ism, ISM_TIMERS);
}
+
+ return CMD_SUCCESS;
}
static int
install_node (&debug_node, config_write_debug);
install_element (ENABLE_NODE, &show_debugging_ospf_cmd);
- install_element (ENABLE_NODE, &debug_ospf_packet_all_cmd);
install_element (ENABLE_NODE, &debug_ospf_ism_cmd);
install_element (ENABLE_NODE, &debug_ospf_nsm_cmd);
install_element (ENABLE_NODE, &debug_ospf_lsa_cmd);
install_element (ENABLE_NODE, &debug_ospf_event_cmd);
install_element (ENABLE_NODE, &debug_ospf_nssa_cmd);
install_element (ENABLE_NODE, &debug_ospf_te_cmd);
- install_element (ENABLE_NODE, &no_debug_ospf_packet_all_cmd);
install_element (ENABLE_NODE, &no_debug_ospf_ism_cmd);
install_element (ENABLE_NODE, &no_debug_ospf_nsm_cmd);
install_element (ENABLE_NODE, &no_debug_ospf_lsa_cmd);
install_element (CONFIG_NODE, &debug_ospf_event_cmd);
install_element (CONFIG_NODE, &debug_ospf_nssa_cmd);
install_element (CONFIG_NODE, &debug_ospf_te_cmd);
- install_element (CONFIG_NODE, &no_debug_ospf_packet_all_cmd);
install_element (CONFIG_NODE, &no_debug_ospf_ism_cmd);
install_element (CONFIG_NODE, &no_debug_ospf_nsm_cmd);
install_element (CONFIG_NODE, &no_debug_ospf_lsa_cmd);
MATCH_STR
IP_STR
"Match address of route\n"
- "Match entries of prefix-lists\n")
- "IP prefix-list name\n"
+ "Match entries of prefix-lists\n"
+ "IP prefix-list name\n")
{
char *pl = (argc == 6) ? argv[5]->arg : NULL;
return ospf_route_match_delete (vty, vty->index, "ip address prefix-list", pl);
"no set metric-type [<type-1|type-2>]",
NO_STR
SET_STR
- "Type of metric for destination routing protocol\n")
+ "Type of metric for destination routing protocol\n"
"OSPF[6] external type 1 metric\n"
- "OSPF[6] external type 2 metric\n"
+ "OSPF[6] external type 2 metric\n")
{
char *ext = (argc == 4) ? argv[3]->text : NULL;
return ospf_route_set_delete (vty, vty->index, "metric-type", ext);