summaryrefslogtreecommitdiff
path: root/vtysh
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@users.noreply.github.com>2021-05-06 08:50:32 -0300
committerGitHub <noreply@github.com>2021-05-06 08:50:32 -0300
commit4478793c43dd5dd895b0e9391765577c3097a392 (patch)
tree3851ab2613d8cbe48084fa3e0d8386328aa0eeb5 /vtysh
parentdd82f72543ae060c3f3f25826a4ccf9077d56e01 (diff)
parent487df4500b1b58f7702272a8748f474ba074cfc1 (diff)
Merge pull request #8636 from idryzhov/ospfv3-vrf-support
OSPFv3 VRF support
Diffstat (limited to 'vtysh')
-rw-r--r--vtysh/vtysh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index a1417430ec..336bd44a49 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -1976,8 +1976,8 @@ DEFUNSH(VTYSH_BABELD, router_babel, router_babel_cmd, "router babel",
#endif /* HAVE_BABELD */
#ifdef HAVE_OSPF6D
-DEFUNSH(VTYSH_OSPF6D, router_ospf6, router_ospf6_cmd, "router ospf6",
- ROUTER_STR OSPF6_STR)
+DEFUNSH(VTYSH_OSPF6D, router_ospf6, router_ospf6_cmd, "router ospf6 [vrf NAME]",
+ ROUTER_STR OSPF6_STR VRF_CMD_HELP_STR)
{
vty->node = OSPF6_NODE;
return CMD_SUCCESS;