summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zebra/connected.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/connected.c b/zebra/connected.c
index 98c1ae19..a3e20096 100644
--- a/zebra/connected.c
+++ b/zebra/connected.c
@@ -321,6 +321,8 @@ connected_delete_ipv4 (struct interface *ifp, int flags, struct in_addr *addr,
return;
connected_withdraw (ifc);
+
+ rib_update();
}
#ifdef HAVE_IPV6
@@ -440,5 +442,7 @@ connected_delete_ipv6 (struct interface *ifp, struct in6_addr *address,
return;
connected_withdraw (ifc);
+
+ rib_update();
}
#endif /* HAVE_IPV6 */