nhrpd: install access-list commands

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2017-05-19 20:06:43 +00:00
parent f1deac618b
commit d2057ea3d0

View File

@ -937,6 +937,9 @@ void nhrp_config_init(void)
install_node(&zebra_node, nhrp_config_write);
install_default(ZEBRA_NODE);
/* access-list commands */
access_list_init ();
/* global commands */
install_element(VIEW_NODE, &show_debugging_nhrp_cmd);
install_element(VIEW_NODE, &show_ip_nhrp_cmd);