diff options
Diffstat (limited to 'ospf6d/ospf6_lsa.c')
-rw-r--r-- | ospf6d/ospf6_lsa.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index c1db3741..0b571bf4 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c @@ -867,10 +867,10 @@ DEFUN (no_debug_ospf6_lsa_type, return CMD_SUCCESS; } -struct cmd_element debug_ospf6_lsa_type_cmd; -struct cmd_element debug_ospf6_lsa_type_detail_cmd; -struct cmd_element no_debug_ospf6_lsa_type_cmd; -struct cmd_element no_debug_ospf6_lsa_type_detail_cmd; +struct cmd_command debug_ospf6_lsa_type_cmd; +struct cmd_command debug_ospf6_lsa_type_detail_cmd; +struct cmd_command no_debug_ospf6_lsa_type_cmd; +struct cmd_command no_debug_ospf6_lsa_type_detail_cmd; void install_element_ospf6_debug_lsa (void) |