mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 22:00:00 +00:00
isisd: fix missing VRF parameter
It was incorrectly removed in 1cbf96a
.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
faff43d05c
commit
2582d02c55
@ -1920,9 +1920,9 @@ DEFUN(no_debug_isis_ldp_sync, no_debug_isis_ldp_sync_cmd,
|
|||||||
|
|
||||||
DEFUN (show_hostname,
|
DEFUN (show_hostname,
|
||||||
show_hostname_cmd,
|
show_hostname_cmd,
|
||||||
"show " PROTO_NAME " hostname",
|
"show " PROTO_NAME " [vrf <NAME|all>] hostname",
|
||||||
SHOW_STR
|
SHOW_STR PROTO_HELP VRF_CMD_HELP_STR
|
||||||
PROTO_HELP
|
"All VRFs\n"
|
||||||
"IS-IS Dynamic hostname mapping\n")
|
"IS-IS Dynamic hostname mapping\n")
|
||||||
{
|
{
|
||||||
struct listnode *node;
|
struct listnode *node;
|
||||||
|
Loading…
Reference in New Issue
Block a user