Make ospf6d configuration appear in vtysh as well. Report sent to Yasuhiro

Ohara.
This commit is contained in:
hasso 2004-08-26 18:10:36 +00:00
parent fd73aa9e48
commit 69b4a810cd
3 changed files with 4 additions and 1 deletions

View File

@ -1541,6 +1541,7 @@ struct cmd_node interface_node =
{ {
INTERFACE_NODE, INTERFACE_NODE,
"%s(config-if)# ", "%s(config-if)# ",
1 /* VTYSH */
}; };
void void

View File

@ -616,6 +616,7 @@ struct cmd_node ospf6_node =
{ {
OSPF6_NODE, OSPF6_NODE,
"%s(config-ospf6)# ", "%s(config-ospf6)# ",
1 /* VTYSH */
}; };
/* Install ospf related commands. */ /* Install ospf related commands. */

View File

@ -95,7 +95,8 @@ DEFUN (show_version_ospf6,
struct cmd_node debug_node = struct cmd_node debug_node =
{ {
DEBUG_NODE, DEBUG_NODE,
"" "",
1 /* VTYSH */
}; };
int int