From 6ea8ca1469a9c9150a4e0be9f8e6ab025eee990a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 23 Feb 2003 10:22:04 +0000 Subject: [PATCH] Updated a comment. --- proto/bgp/packets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index 03b22117..39e83b54 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: /*