summaryrefslogtreecommitdiffstats
path: root/ripd
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-10-20 18:31:49 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-10-20 18:31:49 +0200
commit0a538fc98fb662b4cf2d927ac29fd9af4a4fab03 (patch)
treef6dbe2af92d44f9a77e4802cefb440811dd69584 /ripd
parentMerge branch 'cmaster-next' into vtysh-grammar (diff)
parentlib: Fix redist memory free'ing (diff)
downloadfrr-0a538fc98fb662b4cf2d927ac29fd9af4a4fab03.tar.xz
frr-0a538fc98fb662b4cf2d927ac29fd9af4a4fab03.zip
Merge branch 'cmaster-next' into vtysh-grammar
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com> Conflicts: isisd/isis_routemap.c zebra/rt_netlink.c
Diffstat (limited to 'ripd')
-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 60ce66265..6fd647596 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);