static void bgp_clear(struct bgp_peer *peer);
static void bgp_set_retry(struct bgp_peer *peer);
-static void bgp_cidr(in_addr_t ip, int prefixlen, struct bgp_ip_prefix *pfx);
static struct bgp_route_list *bgp_insert_route(struct bgp_route_list *head,
struct bgp_route_list *new);
struct bgp_route_list del;
int i;
- del.dest.ip = ip;
+ del.dest.prefix = ip;
del.dest.len = prefixlen;
del.next = 0;