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-03-10
Compile the output filter rules into per peer filter rules.
Claudio Jeker
2023-03-09
Implement ASPA support in RTR by following draft-ietf-sidrops-8210bis-10.
Claudio Jeker
2023-03-09
Major rework of RFC9234 support. My initial interpretation of the RFC was
Claudio Jeker
2023-03-07
Remove pre-c99 gcc workaround which is no longer needed.
Claudio Jeker
2023-03-02
improve the Nd lines such that the format is consistent for the
Jason McIntyre
2023-02-14
When initalizing a new peer, wait an extra 5 seconds before connecting
Claudio Jeker
2023-02-14
No longer wait for the RTR process to finish the config reload before
Claudio Jeker
2023-02-13
Pass struct rib_entry to rde_generate_updates() instead of struct rib.
Claudio Jeker
2023-02-11
Refactor common code of the 3 up_generate functions into up_process_prefix()
Claudio Jeker
2023-02-09
Instead of relaying struct peer from the SE to the RDE to fill out 10
Claudio Jeker
2023-02-02
Emit log messages in consistent format
Job Snijders
2023-02-01
Fix spelling
Job Snijders
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
[next]