diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-05-19 20:06:43 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-05-19 20:10:50 +0000 |
| commit | d2057ea3d03dc3def5357cc7580c342953802b1c (patch) | |
| tree | 8f8622a84220a93865ab1398e9f1dcdfd0d8c140 | |
| parent | f1deac618b5ff78657d04f443a74799881b76e21 (diff) | |
nhrpd: install access-list commands
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| -rw-r--r-- | nhrpd/nhrp_vty.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nhrpd/nhrp_vty.c b/nhrpd/nhrp_vty.c index 9b8463fb54..dc89683277 100644 --- a/nhrpd/nhrp_vty.c +++ b/nhrpd/nhrp_vty.c @@ -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); |
