projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c23b9c1
)
Forgot to remove a prototype.
use-netlink
author
Benjamin Cama
<benoar@dolka.fr>
Mon, 19 Sep 2011 16:12:31 +0000
(18:12 +0200)
committer
Benjamin Cama
<benoar@dolka.fr>
Mon, 19 Sep 2011 16:12:31 +0000
(18:12 +0200)
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
bgp.c
patch
|
blob
|
history
diff --git
a/bgp.c
b/bgp.c
index
f1d0ec2
..
c5abe7a
100644
(file)
--- a/
bgp.c
+++ b/
bgp.c
@@
-29,7
+29,6
@@
char const *cvs_id_bgp = "$Id: bgp.c,v 1.12 2005/09/02 23:39:36 bodea Exp $";
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);