diff options
Diffstat (limited to 'ospfd/ospf_zebra.c')
| -rw-r--r-- | ospfd/ospf_zebra.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_zebra.c b/ospfd/ospf_zebra.c index df112edc68..017915e0ee 100644 --- a/ospfd/ospf_zebra.c +++ b/ospfd/ospf_zebra.c @@ -138,7 +138,7 @@ static int ospf_interface_address_delete(ZAPI_CALLBACK_ARGS)  	ifp = c->ifp;  	p = *c->address; -	p.prefixlen = IPV4_MAX_PREFIXLEN; +	p.prefixlen = IPV4_MAX_BITLEN;  	rn = route_node_lookup(IF_OIFS(ifp), &p);  	if (!rn) {  | 
