mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:50:17 +00:00
vtysh: fix node for "show yang operational-data"
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
a5eb3b0dde
commit
88c7120070
@ -4262,7 +4262,7 @@ void vtysh_init_vty(void)
|
||||
install_element(CONFIG_NODE, &vtysh_debug_memstats_cmd);
|
||||
|
||||
/* northbound */
|
||||
install_element(VIEW_NODE, &show_yang_operational_data_cmd);
|
||||
install_element(ENABLE_NODE, &show_yang_operational_data_cmd);
|
||||
install_element(ENABLE_NODE, &debug_nb_cmd);
|
||||
install_element(CONFIG_NODE, &debug_nb_cmd);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user