Makes it ignore the entries for recovered networks which are already covered by entries in ip_del_list.
The old code was totally broken because it created first_ip-last_ip pairs while the search code expects first_ip-netmask pairs like in ip_del.h. Spotted by Rob Mosher.