summaryrefslogtreecommitdiff
path: root/proto/bgp/packets.c
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2017-03-29 13:48:23 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2017-03-29 13:48:23 +0200
commitc49e4a65657e9abff1b94cbfdc7686efe7376a7a (patch)
treeb202ef186e577ff03e97dd726cabf87c341ade9f /proto/bgp/packets.c
parent7074be22f1a8a42ec738fd34125e36a732f311a5 (diff)
BGP: Update list of supported standards
Diffstat (limited to 'proto/bgp/packets.c')
-rw-r--r--proto/bgp/packets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c
index e11be197..c6098e2b 100644
--- a/proto/bgp/packets.c
+++ b/proto/bgp/packets.c
@@ -470,7 +470,7 @@ bgp_read_capabilities(struct bgp_conn *conn, struct bgp_caps *caps, byte *pos, i
}
break;
- case 65: /* AS4 capability, RFC 4893 */
+ case 65: /* AS4 capability, RFC 6793 */
if (cl != 4)
goto err;