mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
vtysh: remove DEFPY variable names
Some DEFPY commands were copied to vtysh without being cleaned up properly. Fix this. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
718804149e
commit
21f5aade3d
@ -1339,7 +1339,7 @@ DEFUNSH(VTYSH_REALLYALL, vtysh_end_all, vtysh_end_all_cmd, "end",
|
||||
}
|
||||
|
||||
DEFUNSH(VTYSH_BGPD, router_bgp, router_bgp_cmd,
|
||||
"router bgp [(1-4294967295)$instasn [<view|vrf> WORD]]",
|
||||
"router bgp [(1-4294967295) [<view|vrf> WORD]]",
|
||||
ROUTER_STR BGP_STR AS_STR
|
||||
"BGP view\nBGP VRF\n"
|
||||
"View/VRF name\n")
|
||||
@ -2427,10 +2427,10 @@ DEFUN (vtysh_show_error_code,
|
||||
/* Northbound. */
|
||||
DEFUN (show_yang_operational_data,
|
||||
show_yang_operational_data_cmd,
|
||||
"show yang operational-data XPATH$xpath\
|
||||
"show yang operational-data XPATH\
|
||||
[{\
|
||||
format <json$json|xml$xml>\
|
||||
|translate WORD$translator_family\
|
||||
format <json|xml>\
|
||||
|translate WORD\
|
||||
}]" DAEMONS_LIST,
|
||||
SHOW_STR
|
||||
"YANG information\n"
|
||||
@ -2454,9 +2454,9 @@ DEFUNSH(VTYSH_ALL, debug_nb,
|
||||
debug_nb_cmd,
|
||||
"[no] debug northbound\
|
||||
[<\
|
||||
callbacks$cbs [{configuration$cbs_cfg|state$cbs_state|rpc$cbs_rpc}]\
|
||||
|notifications$notifications\
|
||||
|events$events\
|
||||
callbacks [{configuration|state|rpc}]\
|
||||
|notifications\
|
||||
|events\
|
||||
>]",
|
||||
NO_STR
|
||||
DEBUG_STR
|
||||
|
Loading…
Reference in New Issue
Block a user