mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
BGP: Update RFC references
This commit is contained in:
@@ -856,7 +856,7 @@ bgp_parse_capabilities(struct bgp_conn *conn, byte *opt, int len)
|
||||
conn->advertised_as = get_u32(opt + 2);
|
||||
break;
|
||||
|
||||
case 69: /* ADD-PATH capability, draft */
|
||||
case 69: /* ADD-PATH capability, RFC 7911 */
|
||||
if (cl % 4)
|
||||
goto err;
|
||||
for (i = 0; i < cl; i += 4)
|
||||
|
Reference in New Issue
Block a user