Updated a comment.
This commit is contained in:
parent
abf06173a3
commit
6ea8ca1469
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue