diff options
| author | Rafael Zalamena <rzalamena@users.noreply.github.com> | 2021-05-06 08:50:32 -0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-06 08:50:32 -0300 | 
| commit | 4478793c43dd5dd895b0e9391765577c3097a392 (patch) | |
| tree | 3851ab2613d8cbe48084fa3e0d8386328aa0eeb5 /vtysh | |
| parent | dd82f72543ae060c3f3f25826a4ccf9077d56e01 (diff) | |
| parent | 487df4500b1b58f7702272a8748f474ba074cfc1 (diff) | |
Merge pull request #8636 from idryzhov/ospfv3-vrf-support
OSPFv3 VRF support
Diffstat (limited to 'vtysh')
| -rw-r--r-- | vtysh/vtysh.c | 4 | 
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;  | 
