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
2023-01-31
Not only reset the connection when a fatal error is received (or sent)
Claudio Jeker
2023-01-31
Fix RTR error reporting: length fields in Error Reports are 32 bits
Job Snijders
2023-01-30
Alter the way extended communities are matched when part of the value
Claudio Jeker
2023-01-24
Add ASPA to STANDARDS section
Job Snijders
2023-01-24
Implement filter and control message matching for ASAP.
Claudio Jeker
2023-01-24
Implement ASPA validation and reload logic on ASPA set changes.
Claudio Jeker
2023-01-20
Document the aspa-set table. While there remove the superfluous 'allow'
Claudio Jeker
2023-01-20
comma space not space comma
Claudio Jeker
2023-01-20
Bad indent
Claudio Jeker
2023-01-20
remove extra tab
Claudio Jeker
2023-01-18
Use the vstate of the filterstate struct instead of passing an extra copy
Claudio Jeker
2023-01-18
Improve pending checks in poll loop by ordering them by trigger frequency
Claudio Jeker
2023-01-17
Add the needed logic to load the ASPA table from the rtr process into the
Claudio Jeker
2023-01-16
Fix bad MP logic in the route refresh handling.
Claudio Jeker
2023-01-12
Split rde_filterstate_prep() into three functions.
Claudio Jeker
2023-01-11
Add the validation state to the filterstate struct.
Claudio Jeker
2023-01-11
Add ASPA validation functions to the RDE.
Claudio Jeker
2023-01-04
Add a per eBGP session role to the config.
Claudio Jeker
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-27
Adjust handling of the RFC 9234 role capability for ibgp sessions:
Claudio Jeker
2022-12-22
Denote multiple arguments with 'arg ...' not 'args'
Klemens Nanni
2022-12-14
Do the IPv4 specific MP capability check only once per update/withdraw
Claudio Jeker
2022-12-14
Move some basic accessors of aspath to rde.h and make them static inline.
Claudio Jeker
2022-11-18
Add plumbing for ASPA support. This implements the parser and part of the
Claudio Jeker
2022-11-09
Properly handle L3VPN routes in kroute. This got broken while reworking
Claudio Jeker
2022-11-09
Fix nlri parsing of L3VPN prefixes in withdrawals.
Claudio Jeker
2022-11-07
Fix a memory leak in the error path of rde_dump_ctx_new.
Moritz Buhl
2022-11-07
Fix theoretical access to garbage stack memory in pfkey_reply for
Moritz Buhl
2022-11-07
Fix some spelling errors.
Moritz Buhl
2022-10-18
Initalize last_updown in init_peer() so that it is reported correctly
Claudio Jeker
2022-10-18
Fix some spelling errors
Job Snijders
2022-10-12
use correct type with sizeof
Jonathan Gray
2022-09-24
OpenBGPD 7.7
Claudio Jeker
2022-09-23
Don't depend on RTLABEL_LEN but instead define our own ROUTELABEL_LEN.
Claudio Jeker
2022-09-23
Implement a special update generator for add-path send all.
Claudio Jeker
2022-09-21
The values for fib_priority are OS dependent. To help portability move
Claudio Jeker
2022-09-21
Adjust pathid_assign() to be much faster in the common case.
Claudio Jeker
2022-09-15
Make kroute_matchgw() also work with connected routes.
Claudio Jeker
2022-09-12
Bump version for upcoming -portable release
Claudio Jeker
2022-09-12
Introduce tree walkers that only walk a subtree of the RIB.
Claudio Jeker
2022-09-09
Implement the F_SHORTER filter by doing explicit lookups for each possible
Claudio Jeker
2022-09-01
Switch the rde_peer hashtable and peer list to a single RB tree.
Claudio Jeker
2022-09-01
This code no longer needs siphash.h and also cleanup some leftover
Claudio Jeker
2022-08-31
Remove IMSG_CTL_SHOW_RIB_HASH and struct rde_hashstats which are no
Claudio Jeker
2022-08-31
Switch the generic attribute cache to an RB tree.
Claudio Jeker
2022-08-31
Make sure that only one roa softreconfig runner is run at any time.
Claudio Jeker
2022-08-30
Switch nexthop hash to a RB tree.
Claudio Jeker
2022-08-30
Add missing #include <sys/queue.h>
Claudio Jeker
2022-08-30
Reshuffle and cleanup the includes a little bit.
Claudio Jeker
2022-08-29
Instead of a global aspath cache copy the aspath attribute per rde_aspath
Claudio Jeker
[next]