CVS: cvs.openbsd.org: src
Job Snijders <[email protected]> Tue, 4 Aug 2026 02:11:05 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/04 02:11:05 Modified files: usr.sbin/bgpd : bgpd.h rtr_proto.c util.c Log message: Incorporate new RTR v2 error codes from draft-ietf-sidrops-8210bis-26 RTR v2 introduces additional error codes: 9: ASPA Provider List Error (fatal): The received ASPA PDU has an incorrect list of Provider Autonomous System Numbers. 10: Transport Error (fatal): An error such as a stall or other transport layer failure occurred. 11: Ordering Error (fatal): The received PDU does not conform with the specification defined ordering. 12: Cache Restart (non-fatal): The cache is restarting. 13: Cache Shutdown (fatal): The cache has shut down deliberately. OK claudio@