summaryrefslogtreecommitdiff
path: root/ripd/rip_routemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_routemap.c')
-rw-r--r--ripd/rip_routemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_routemap.c b/ripd/rip_routemap.c
index 60ce66265e..6fd647596c 100644
--- a/ripd/rip_routemap.c
+++ b/ripd/rip_routemap.c
@@ -599,7 +599,7 @@ void
rip_route_map_init ()
{
route_map_init ();
- route_map_init_vty ();
+
route_map_add_hook (rip_route_map_update);
route_map_delete_hook (rip_route_map_update);