diff options
author | Martin Mares <mj@ucw.cz> | 2003-02-23 11:22:04 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2003-02-23 11:22:04 +0100 |
commit | 6ea8ca1469a9c9150a4e0be9f8e6ab025eee990a (patch) | |
tree | 8c6a03995226e1b72be90bf68f46fc2c9073b677 /proto/bgp | |
parent | abf06173a3d84559dd26d2a78a1e5df9656a4d80 (diff) | |
download | bird-6ea8ca1469a9c9150a4e0be9f8e6ab025eee990a.tar bird-6ea8ca1469a9c9150a4e0be9f8e6ab025eee990a.zip |
Updated a comment.
Diffstat (limited to 'proto/bgp')
-rw-r--r-- | proto/bgp/packets.c | 4 |
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: /* |