Author :
claudio
Date :
2024-12-09 10:51:46
Hash :25cbba3a 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@