CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/07/27 01:14:31
Modified files:
usr.sbin/bgpd : bgpd.8 session.c session.h
Log message:
Implement RFC9072: Extended Optional Parameters Length for BGP OPEN Message
This allows to send more then 255 bytes of optional parameters. With this
it is possible to send more capabilities. bgpd will switch automatically
to the new extended lenght format if needed but by default the old 1 byte
param length encoding is used to keep compatible with old systems.
OK benno@