projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60bd25c
)
Retry on unsupported capability, not restart immediatly.
author
Benjamin Cama
<benoar@dolka.fr>
Mon, 25 Jul 2011 16:16:46 +0000
(18:16 +0200)
committer
Benjamin Cama
<benoar@dolka.fr>
Thu, 28 Jul 2011 13:01:58 +0000
(15:01 +0200)
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
bgp.c
patch
|
blob
|
history
diff --git
a/bgp.c
b/bgp.c
index
0566393
..
4a4bea0
100644
(file)
--- a/
bgp.c
+++ b/
bgp.c
@@
-1303,7
+1303,7
@@
static int bgp_handle_input(struct bgp_peer *peer)
{
LOG(4, 0, 0, "BGP peer %s doesn't support BGP Capabilities\n", peer->name);
peer->mp_handling = DoesntHandleIPv6Routes;
- bgp_
restart
(peer);
+ bgp_
set_retry
(peer);
return 0;
}