index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpd
Age
Commit message (
Expand
)
Author
2022-05-06
Relax the limitation of what is an acceptable unicast IP.
Claudio Jeker
2022-04-04
Prepare for new release.
Claudio Jeker
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-30
Simplify up_generate_updates()
Theo Buehler
2022-03-22
Switch from a LIST to TAILQ for the structure to store prefixes on a
Claudio Jeker
2022-03-21
Remove the active prefix cache in struct rib_entry. I need the space
Claudio Jeker
2022-03-21
Adjust how RIB are reloaded when their flags (esp. no evaluate) changes.
Claudio Jeker
2022-03-21
Rename F_CTL_ACTIVE and F_PREF_ACTIVE to the more correct
Claudio Jeker
2022-03-15
Replace the eor member of struct prefix with a flag. Saves a byte that
Claudio Jeker
2022-03-15
Refactor prefix_adjout_update(). Move the new prefix logic up and
Claudio Jeker
2022-03-15
Change how $macros are expanded in the config.
Claudio Jeker
2022-03-10
immediatly -> immediately
Jonathan Gray
2022-03-08
Avoid leak of roa in rtr_parse_ipv{4,6}_prefix()
Theo Buehler
2022-03-08
No need to print fetchtable twice in this error message.
Claudio Jeker
2022-03-03
Move rde_send_kroute() from rde_generate_updates() to prefix_evaluate().
Claudio Jeker
2022-03-03
Remove the labelid from struct kroute_full. It was never really used.
Claudio Jeker
2022-03-02
Adapt prefix_adjout_update() the same way as prefix_adjout_withdraw()
Claudio Jeker
2022-03-02
Correct prefix_adjout_destroy() prototype
Claudio Jeker
2022-03-02
Refactor prefix_adjout_withdraw()
Claudio Jeker
2022-03-01
up_dump_prefix() should not clear the p->flags before possibly calling
Claudio Jeker
2022-03-01
Rewrite some comments to hopefully be easier to understand.
Claudio Jeker
2022-03-01
Remove another empty line
Claudio Jeker
2022-03-01
Reshuffle functions for better order and remove an excessive empty line.
Claudio Jeker
2022-02-28
Instead of handrolling what is mostly prefix_link/prefix_unlink in
Claudio Jeker
2022-02-28
In the Adj-RIB-Out specific dump functions assert that PREFIX_FLAG_ADJOUT
Claudio Jeker
2022-02-26
Remove excessive ;
Claudio Jeker
2022-02-25
The pointer returned by pt_fill() can be directly used in most cases.
Claudio Jeker
2022-02-25
For add-path send the Adj-RIB-Out needs to handle multiple paths per
Claudio Jeker
2022-02-24
struct prefix holds path_id_tx for the path id sent to peers when
Claudio Jeker
2022-02-23
Make it possible to bind and connect to non-default ports. This is mainly
Claudio Jeker
2022-02-22
Convert parse.y to use stdint.h types uintX_t instead of u_intX_t
Claudio Jeker
2022-02-22
Clarify RTR and roa-set sections
Job Snijders
2022-02-06
Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with
Claudio Jeker
2022-02-04
Rename sockaddr_un sun to sa_un since sun is defined on illumos systems.
Claudio Jeker
2022-01-28
Must use unsigned 1 here since modern compilers can't shift a signed 1 by 31.
Claudio Jeker
2022-01-23
On poll() failure we want to skip pollfd related action but the signal
Claudio Jeker
2022-01-20
Make sure that all poll loops properly restart the poll loop on EINTR.
Claudio Jeker
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-09-21
Move us to OpenBGPD 7.2
Claudio Jeker
2021-09-03
Mention RFC8050 in bgpd.8
Claudio Jeker
2021-09-03
Add add-path support in MRT dumps (RFC8050).
Claudio Jeker
2021-09-01
Clarify maxlen is optional in roa-set
Job Snijders
2021-09-01
Implement roa-set data expiry. Every prefix in a roa-set can specify an
Claudio Jeker
2021-08-09
Implement reception of multiple paths per BGP session. This is one
Claudio Jeker
2021-08-02
Shuffle conditions around to help my brain.
Claudio Jeker
2021-08-01
KNF
job
2021-07-30
Add checks when reading VRPs with a maxLength via RTR
job
2021-07-27
Restructure struct prefix a bit and move the rib pointer to the union
Claudio Jeker
2021-07-27
Add the needed MRT dump defines for RFC8050 support. This will be used
Claudio Jeker
2021-07-27
Implement RFC9072: Extended Optional Parameters Length for BGP OPEN Message
Claudio Jeker
[next]