Age | Commit message (Expand) | Author |
2024-01-18 | Fix IMSG_RECONF_ASPA handling. The rde did not expect what the rtr process | Claudio Jeker |
2024-01-04 | Rewrite the imsg handling using the new API functions. | Claudio Jeker |
2023-12-14 | Mostly straightforward conversion to imsg_get_fd() only the handling | Claudio Jeker |
2023-11-07 | Rename struct imsgbuf *ibuf to *imsgbuf in all places. | Claudio Jeker |
2023-08-16 | Remove per-AFI ASPA handling in bgpd internals | Claudio Jeker |
2023-05-05 | Pass ASPA objects in reverse since this is what aspa_add_set() expects. | Claudio Jeker |
2023-04-20 | Rework the way transit provider AID masks are built and sent to the RDE. | Claudio Jeker |
2023-03-28 | Introduce a semaphore to protect intermediate state from different RTR | Claudio Jeker |
2023-03-09 | Implement ASPA support in RTR by following draft-ietf-sidrops-8210bis-10. | Claudio Jeker |
2023-01-20 | remove extra tab | Claudio Jeker |
2023-01-17 | Add the needed logic to load the ASPA table from the rtr process into the | Claudio Jeker |
2022-11-18 | Add plumbing for ASPA support. This implements the parser and part of the | Claudio Jeker |
2022-10-18 | Fix some spelling errors | Job Snijders |
2022-08-31 | Make sure that only one roa softreconfig runner is run at any time. | Claudio Jeker |
2022-08-17 | Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy(). | Claudio Jeker |
2022-01-20 | Make sure that all poll loops properly restart the poll loop on EINTR. | Claudio Jeker |
2021-09-01 | Implement roa-set data expiry. Every prefix in a roa-set can specify an | Claudio Jeker |
2021-05-11 | Don't leak fd on error. | Claudio Jeker |
2021-04-26 | The time_t now is only set but never used. Noticed by gcc. | Claudio Jeker |
2021-02-16 | Add RTR support to OpenBGPD. Add basic support for the protocol. | Claudio Jeker |