mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 01:42:55 +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,
|
INTERFACE_NODE,
|
||||||
"%s(config-if)# ",
|
"%s(config-if)# ",
|
||||||
|
1 /* VTYSH */
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -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. */
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user