mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 20:48:27 +00:00
Make ospf6d configuration appear in vtysh as well. Report sent to Yasuhiro
Ohara.
This commit is contained in:
parent
fd73aa9e48
commit
69b4a810cd
@ -1541,6 +1541,7 @@ struct cmd_node interface_node =
|
||||
{
|
||||
INTERFACE_NODE,
|
||||
"%s(config-if)# ",
|
||||
1 /* VTYSH */
|
||||
};
|
||||
|
||||
void
|
||||
|
@ -616,6 +616,7 @@ struct cmd_node ospf6_node =
|
||||
{
|
||||
OSPF6_NODE,
|
||||
"%s(config-ospf6)# ",
|
||||
1 /* VTYSH */
|
||||
};
|
||||
|
||||
/* Install ospf related commands. */
|
||||
|
@ -95,7 +95,8 @@ DEFUN (show_version_ospf6,
|
||||
struct cmd_node debug_node =
|
||||
{
|
||||
DEBUG_NODE,
|
||||
""
|
||||
"",
|
||||
1 /* VTYSH */
|
||||
};
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user