X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/7c474381d4dcc23b9fb4d3a2401971a9ef79c889..3190b01adac79f00390f9e70a3017411be75a7bc:/bgp.c?ds=inline diff --git a/bgp.c b/bgp.c index eca1518..f1d0ec2 100644 --- a/bgp.c +++ b/bgp.c @@ -415,7 +415,7 @@ int bgp_del_route(in_addr_t ip, int prefixlen) struct bgp_route_list del; int i; - del.dest.ip = ip; + del.dest.prefix = ip; del.dest.len = prefixlen; del.next = 0;