summaryrefslogtreecommitdiff
path: root/ripd
diff options
context:
space:
mode:
Diffstat (limited to 'ripd')
-rw-r--r--ripd/rip_interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c
index 997817c8..b4725225 100644
--- a/ripd/rip_interface.c
+++ b/ripd/rip_interface.c
@@ -700,6 +700,7 @@ rip_interface_address_add (int command, struct zclient *zclient,
zlog_info ("connected address %s/%d is added",
inet_ntoa (p->u.prefix4), p->prefixlen);
+ rip_enable_apply(ifc->ifp);
/* Check if this prefix needs to be redistributed */
rip_apply_address_add(ifc);