Fix a typo from last commit.
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
This commit is contained in:
parent
78a7085778
commit
f2e59e9881
1 changed files with 1 additions and 1 deletions
2
bgp.c
2
bgp.c
|
|
@ -1094,7 +1094,7 @@ static int bgp_handle_input(struct bgp_peer *peer)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (notification->error_code == BGP_ERR_OPEN
|
if (notification->error_code == BGP_ERR_OPEN
|
||||||
&& notification->subcode == BGP_ERR_OPN_UNSUP_CAP)
|
&& notification->error_subcode == BGP_ERR_OPN_UNSUP_CAP)
|
||||||
{
|
{
|
||||||
/* the only capability we advertise is this one, so upon receiving
|
/* the only capability we advertise is this one, so upon receiving
|
||||||
an "unsupported capability" message, we disable IPv6 routes for
|
an "unsupported capability" message, we disable IPv6 routes for
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue