Add support for RFC 9234 - Route Leak Prevention and Detection Using Roles
authorclaudio <claudio@openbsd.org>
Mon, 27 Jun 2022 13:26:51 +0000 (13:26 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 27 Jun 2022 13:26:51 +0000 (13:26 +0000)
commit1114d9c29bf857e7ee24290cd067ad5afc3af097
tree55f756a9e136ad2155570398f89fb0f2fe08faff
parent1ca7868d78d48d24f6dc739f157b3a3176d9ca88
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@
usr.sbin/bgpd/bgpd.h
usr.sbin/bgpd/parse.y
usr.sbin/bgpd/printconf.c
usr.sbin/bgpd/rde.c
usr.sbin/bgpd/rde.h
usr.sbin/bgpd/rde_peer.c
usr.sbin/bgpd/rde_update.c
usr.sbin/bgpd/session.c
usr.sbin/bgpd/session.h