1
0
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:
Ondrej Zajicek (work)
2017-02-19 12:02:39 +01:00
parent 9be12a7d95
commit 4e379bde60
3 changed files with 7 additions and 8 deletions

View File

@@ -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)