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-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
2022-07-20
Cleanup and fix the network code.
Claudio Jeker
2022-07-11
Implement send side of RFC7911 ADD-PATH
Claudio Jeker
2022-07-07
Introduce a decision metric (dmetric) that classifies the relation of
Claudio Jeker
2022-06-30
Only have one version of send_rtmsg() which uses struct kroute_full().
Claudio Jeker
2022-06-27
Add support for RFC 9234 - Route Leak Prevention and Detection Using Roles
Claudio Jeker
2022-06-23
Move struct kif from bgpd.h to kroute.c
Claudio Jeker
2022-06-23
Replace struct kroute_node and kroute6_node with direct versions of
Claudio Jeker
2022-06-22
Move struct kroute and kroute6 to kroute.c and out of bgpd.h
Claudio Jeker
2022-06-22
Use struct kroute_full in bgpd_filternexthop() so this code becomes a lot
Claudio Jeker
2022-06-22
Use struct kroute_full instead of a union of struct kroute & kroute6.
Claudio Jeker
2022-06-19
Implement a applymask() function that works on bgpd_addr structs.
Claudio Jeker
2022-06-16
Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask().
Claudio Jeker
2022-06-15
Do not use defines from pfkeyv2.h in portable code.
Claudio Jeker
[next]