mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 20:47:58 +00:00
nhrpd: install access-list commands
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
f1deac618b
commit
d2057ea3d0
@ -937,6 +937,9 @@ void nhrp_config_init(void)
|
|||||||
install_node(&zebra_node, nhrp_config_write);
|
install_node(&zebra_node, nhrp_config_write);
|
||||||
install_default(ZEBRA_NODE);
|
install_default(ZEBRA_NODE);
|
||||||
|
|
||||||
|
/* access-list commands */
|
||||||
|
access_list_init ();
|
||||||
|
|
||||||
/* global commands */
|
/* global commands */
|
||||||
install_element(VIEW_NODE, &show_debugging_nhrp_cmd);
|
install_element(VIEW_NODE, &show_debugging_nhrp_cmd);
|
||||||
install_element(VIEW_NODE, &show_ip_nhrp_cmd);
|
install_element(VIEW_NODE, &show_ip_nhrp_cmd);
|
||||||
|
Loading…
Reference in New Issue
Block a user