CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/12/09 03:51:47
Modified files:
usr.sbin/bgpd : bgpd.8 bgpd.conf.5 bgpd.h parse.y printconf.c
rde_update.c session.c
Log message:
Add support for extended messages (RFC8654)
This extends the maximum message size of BGP from 4096 to 65535.
This mostly follows rfc8654 with the following differences:
- NOTIFICATIONS are always truncated to fit in 4096 bytes.
- There is no message reduction using "attribute discard" in case of overflow.
- Large messages are only sent if both sides announced extended message support.
OK tb@