summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rtr.c
AgeCommit message (Expand)Author
2022-11-18Add plumbing for ASPA support. This implements the parser and part of theClaudio Jeker
2022-10-18Fix some spelling errorsJob Snijders
2022-08-31Make sure that only one roa softreconfig runner is run at any time.Claudio Jeker
2022-08-17Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy().Claudio Jeker
2022-01-20Make sure that all poll loops properly restart the poll loop on EINTR.Claudio Jeker
2021-09-01Implement roa-set data expiry. Every prefix in a roa-set can specify anClaudio Jeker
2021-05-11Don't leak fd on error.Claudio Jeker
2021-04-26The time_t now is only set but never used. Noticed by gcc.Claudio Jeker
2021-02-16Add RTR support to OpenBGPD. Add basic support for the protocol.Claudio Jeker