mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 05:18:47 +00:00
Merge pull request #1978 from qlyoung/fix-debug-all-vtysh-node
vtysh: fix node install of `[no] debug all`
This commit is contained in:
commit
d989640c0a
@ -3425,7 +3425,7 @@ void vtysh_init_vty(void)
|
|||||||
/* debugging */
|
/* debugging */
|
||||||
install_element(VIEW_NODE, &vtysh_show_debugging_cmd);
|
install_element(VIEW_NODE, &vtysh_show_debugging_cmd);
|
||||||
install_element(VIEW_NODE, &vtysh_show_debugging_hashtable_cmd);
|
install_element(VIEW_NODE, &vtysh_show_debugging_hashtable_cmd);
|
||||||
install_element(VIEW_NODE, &vtysh_debug_all_cmd);
|
install_element(ENABLE_NODE, &vtysh_debug_all_cmd);
|
||||||
install_element(CONFIG_NODE, &vtysh_debug_all_cmd);
|
install_element(CONFIG_NODE, &vtysh_debug_all_cmd);
|
||||||
|
|
||||||
/* misc lib show commands */
|
/* misc lib show commands */
|
||||||
|
Loading…
Reference in New Issue
Block a user