diff options
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/connected.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/connected.c b/zebra/connected.c index f3e5396c..c776408a 100644 --- a/zebra/connected.c +++ b/zebra/connected.c @@ -318,6 +318,8 @@ connected_delete_ipv4 (struct interface *ifp, int flags, struct in_addr *addr, return; connected_withdraw (ifc); + + rib_update(); } #ifdef HAVE_IPV6 @@ -437,5 +439,7 @@ connected_delete_ipv6 (struct interface *ifp, struct in6_addr *address, return; connected_withdraw (ifc); + + rib_update(); } #endif /* HAVE_IPV6 */ |