Retry on unsupported capability, not restart immediatly.
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
This commit is contained in:
parent
60bd25ccdc
commit
21ae6221cf
1 changed files with 1 additions and 1 deletions
2
bgp.c
2
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue