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
/
bgpd.h
Age
Commit message (
Expand
)
Author
2024-04-24
Remove 'announce capabilities' as neighbor config stanza.
Claudio Jeker
2024-04-09
Increase RTR PDU limit to 48k and limit number of SPAS to 10'000.
Claudio Jeker
2024-04-09
Allow operators to enforce the presence of certain capabilities on sessions.
Claudio Jeker
2024-03-22
Rework the cease shutdown reason to work in both directions by looking
Claudio Jeker
2024-03-22
Rework parse_notification() to use the ibuf API for everything.
Claudio Jeker
2024-03-18
Double PEER_DESCR_LEN to 64 characters since 32 is a bit on the short side.
Claudio Jeker
2024-02-19
IANA assigned error 8 to draft-ietf-idr-sendholdtimer
Job Snijders
2024-02-13
Use an C99 anonymous union inside struct bgpd_addr
Claudio Jeker
2024-01-30
Convert he ATTR_ASPATH and ATTR_AS4_PATH handlers in rde_attr_parse()
Claudio Jeker
2024-01-23
Start converting the message parser to use the new ibuf api.
Claudio Jeker
2024-01-23
Fix tab after space
Claudio Jeker
2024-01-11
Export the rtr session state as string.
Claudio Jeker
2024-01-10
Implement log_roa() and log_aspa() and use these functions in printconf.c
Claudio Jeker
2024-01-08
Define and use struct ctl_kroute_req to encode the arguments of
Claudio Jeker
2023-10-16
Improve IPv6 link-local address handling
Claudio Jeker
2023-08-30
Introduce CTL_RES_OPNOTSUPP as possible error response for bgpctl which
Claudio Jeker
2023-08-16
Remove per-AFI ASPA handling in bgpd internals
Claudio Jeker
2023-04-20
Rework the way transit provider AID masks are built and sent to the RDE.
Claudio Jeker
2023-04-20
Implement IMSG_CTL_SHOW_FLOWSPEC and IMSG_FLOWSPEC_FLUSH and add bits for
Claudio Jeker
2023-04-19
Implement code to pass the flowspec config over to the RDE. The parent
Claudio Jeker
2023-04-18
Implement the parser bits to process flowspec rules. Heavily inspired by
Claudio Jeker
2023-04-17
Implement a basic API to work with flowspec NLRI.
Claudio Jeker
2023-04-03
Add first step of flowspec support. This adds the bits to establish a
Claudio Jeker
2023-03-29
Mark the struct aid name as const char * since it points to static memory.
Claudio Jeker
2023-03-28
More pt_entry cleanup, move structure definitions to rde_prefix.c and
Claudio Jeker
2023-03-28
Introduce a semaphore to protect intermediate state from different RTR
Claudio Jeker
2023-03-28
Include the memory size usage of the prefix tree in rde_memstats.
Claudio Jeker
2023-03-13
Add F_CTL_LEAKED and F_CTL_INELIGIBLE flags for bgpctl to show leaked
Claudio Jeker
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-02-09
Instead of relaying struct peer from the SE to the RDE to fill out 10
Claudio Jeker
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-17
Add the needed logic to load the ASPA table from the rtr process into the
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-11-18
Add plumbing for ASPA support. This implements the parser and part of the
Claudio Jeker
2022-09-23
Don't depend on RTLABEL_LEN but instead define our own ROUTELABEL_LEN.
Claudio Jeker
2022-09-21
The values for fib_priority are OS dependent. To help portability move
Claudio Jeker
2022-08-31
Remove IMSG_CTL_SHOW_RIB_HASH and struct rde_hashstats which are no
Claudio Jeker
2022-08-29
Instead of a global aspath cache copy the aspath attribute per rde_aspath
Claudio Jeker
2022-08-26
Handle IMSG_SESSION_* messages immediatly when received and do not put
Claudio Jeker
2022-08-10
More kroute_nexthop cleanup. Mainly use direct assignment instead of
Claudio Jeker
2022-07-28
whitespace found during a read-thru; ok claudio
Theo de Raadt
2022-07-28
Remove F_DOWN, it is no longer used and reshuffle the other flags a bit
Claudio Jeker
2022-07-27
There is no need to track both F_BGPD and F_KERNEL anymore.
Claudio Jeker
2022-07-23
Refactor and rename bgpd_filternexthop() to bgpd_oknexthop()
Claudio Jeker
2022-07-22
Revert previous commit. The RTP_MINE checks on struct kroute_full are
Claudio Jeker
2022-07-22
Retire the F_KERNEL flag, it got superseded by route priority and RTP_MINE.
Claudio Jeker
[next]