mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 04:36:45 +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,
|
||||
show_hostname_cmd,
|
||||
"show " PROTO_NAME " hostname",
|
||||
SHOW_STR
|
||||
PROTO_HELP
|
||||
"show " PROTO_NAME " [vrf <NAME|all>] hostname",
|
||||
SHOW_STR PROTO_HELP VRF_CMD_HELP_STR
|
||||
"All VRFs\n"
|
||||
"IS-IS Dynamic hostname mapping\n")
|
||||
{
|
||||
struct listnode *node;
|
||||
|
Loading…
Reference in New Issue
Block a user