CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/04/30 23:13:59
Modified files:
usr.sbin/bgpd : Tag: OPENBSD_7_3 bgpd.h rde.c rde_aspa.c rtr.c
usr.sbin/rpki-client: Tag: OPENBSD_7_3 output-bgpd.c
Log message:
Rework the way transit provider AID masks are built and sent to the RDE.
ASPA provider AS sets can include optional limitations to inet/inet6 these
limits are represented in the TAS_AID bit masks (2bits per AS).
Introduce a TAS_AID_SIZE() makro that returns the size in bytes of this
bit mask (rounded to the next uint32_t).
Without this change aspa objects with AID specific elements trigger a
fatal error condition when the config is loaded.
OK tb@ job@
from claudio
Fix missing whitespace in bgpd(8) output
from job
This is errata/7.3/001_bgpd.patch.sig