mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Updated a comment.
This commit is contained in:
parent
abf06173a3
commit
6ea8ca1469
@ -372,8 +372,8 @@ bgp_parse_options(struct bgp_conn *conn, byte *opt, int len)
|
|||||||
switch (opt[0])
|
switch (opt[0])
|
||||||
{
|
{
|
||||||
case 2:
|
case 2:
|
||||||
/* Defined in draft-ietf-idr-bgp4-cap-neg-06 */
|
/* Capatibility negotiation as per RFC 2842 */
|
||||||
/* We can safely ignore all capabilities */
|
/* We can safely ignore all capabilities announced */
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user