summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proto/bgp/packets.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c
index 03b2211..39e83b5 100644
--- a/proto/bgp/packets.c
+++ b/proto/bgp/packets.c
@@ -372,8 +372,8 @@ bgp_parse_options(struct bgp_conn *conn, byte *opt, int len)
switch (opt[0])
{
case 2:
- /* Defined in draft-ietf-idr-bgp4-cap-neg-06 */
- /* We can safely ignore all capabilities */
+ /* Capatibility negotiation as per RFC 2842 */
+ /* We can safely ignore all capabilities announced */
break;
default:
/*