CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/12/27 10:05:38
Modified files: usr.sbin/bgpd : session.c Log message: Adjust handling of the RFC 9234 role capability for ibgp sessions: - Exclude the role capability on ibgp sessions when sending an OPEN - Warn when a role capability is received on an iBGP session - Make sure the capability negotiation is skipped for ibgp sessions, this in turn disables the role capability on the session. OK tb@