diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-19 10:55:01 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-19 10:55:59 -0400 |
| commit | b2575bc05b53977dbf6006d3cbde5a1b98221bdc (patch) | |
| tree | ddebdb028d3bf256f1f63211c0a82e7e54b9ed1e /pimd/pim_routemap.c | |
| parent | 7526a1820ed47a959cb5f65d3ebef3cf2b903258 (diff) | |
*: Consolidate routemap initialization
Consolidate the routemap initialization into one
function.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_routemap.c')
| -rw-r--r-- | pimd/pim_routemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_routemap.c b/pimd/pim_routemap.c index adfd4fd2c3..f65f35ba5e 100644 --- a/pimd/pim_routemap.c +++ b/pimd/pim_routemap.c @@ -65,7 +65,7 @@ void pim_route_map_init (void) { route_map_init (); - route_map_init_vty (); + route_map_add_hook (pim_route_map_add); route_map_delete_hook (pim_route_map_delete); route_map_event_hook (pim_route_map_event); |
