mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +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,
|
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
|
ROUTER_STR BGP_STR AS_STR
|
||||||
"BGP view\nBGP VRF\n"
|
"BGP view\nBGP VRF\n"
|
||||||
"View/VRF name\n")
|
"View/VRF name\n")
|
||||||
@ -2427,10 +2427,10 @@ DEFUN (vtysh_show_error_code,
|
|||||||
/* Northbound. */
|
/* Northbound. */
|
||||||
DEFUN (show_yang_operational_data,
|
DEFUN (show_yang_operational_data,
|
||||||
show_yang_operational_data_cmd,
|
show_yang_operational_data_cmd,
|
||||||
"show yang operational-data XPATH$xpath\
|
"show yang operational-data XPATH\
|
||||||
[{\
|
[{\
|
||||||
format <json$json|xml$xml>\
|
format <json|xml>\
|
||||||
|translate WORD$translator_family\
|
|translate WORD\
|
||||||
}]" DAEMONS_LIST,
|
}]" DAEMONS_LIST,
|
||||||
SHOW_STR
|
SHOW_STR
|
||||||
"YANG information\n"
|
"YANG information\n"
|
||||||
@ -2454,9 +2454,9 @@ DEFUNSH(VTYSH_ALL, debug_nb,
|
|||||||
debug_nb_cmd,
|
debug_nb_cmd,
|
||||||
"[no] debug northbound\
|
"[no] debug northbound\
|
||||||
[<\
|
[<\
|
||||||
callbacks$cbs [{configuration$cbs_cfg|state$cbs_state|rpc$cbs_rpc}]\
|
callbacks [{configuration|state|rpc}]\
|
||||||
|notifications$notifications\
|
|notifications\
|
||||||
|events$events\
|
|events\
|
||||||
>]",
|
>]",
|
||||||
NO_STR
|
NO_STR
|
||||||
DEBUG_STR
|
DEBUG_STR
|
||||||
|
Loading…
Reference in New Issue
Block a user