summaryrefslogtreecommitdiff
path: root/zebra/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/interface.c')
-rw-r--r--zebra/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/interface.c b/zebra/interface.c
index ce31277f..3919c3f1 100644
--- a/zebra/interface.c
+++ b/zebra/interface.c
@@ -407,9 +407,9 @@ if_delete_update (struct interface *ifp)
ifc = listgetdata (node);
p = ifc->address;
- if (p->family == AF_INET)
+ if (p->family == AF_INET
+ && (rn = route_node_lookup (zebra_if->ipv4_subnets, p)))
{
- rn = route_node_lookup (zebra_if->ipv4_subnets, p);
route_unlock_node (rn);
addr_list = (struct list *) rn->info;