CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/06/27 07:26:51
Modified files: usr.sbin/bgpd : bgpd.h parse.y printconf.c rde.c rde.h rde_peer.c rde_update.c session.c session.h Log message: Add support for RFC 9234 - Route Leak Prevention and Detection Using Roles With this it is possible to send a role in the OPEN message and if that was successful the RDE will add the new OTC attribute if necessary. OK tb@