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
/
rde.c
Age
Commit message (
Expand
)
Author
2023-04-07
Pass a pt_entry pointer to rib_get() and rib_add().
Claudio Jeker
2023-04-03
Add first step of flowspec support. This adds the bits to establish a
Claudio Jeker
2023-03-28
Switch role logic in rde_aspa_validity() since this may need to be extended.
Claudio Jeker
2023-03-21
Improve length checks for ATTR_MP_REACH_NLRI.
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
Major rework of RFC9234 support. My initial interpretation of the RFC was
Claudio Jeker
2023-02-13
Pass struct rib_entry to rde_generate_updates() instead of struct rib.
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-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
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-14
Do the IPv4 specific MP capability check only once per update/withdraw
Claudio Jeker
2022-11-18
Add plumbing for ASPA support. This implements the parser and part of the
Claudio Jeker
2022-11-07
Fix a memory leak in the error path of rde_dump_ctx_new.
Moritz Buhl
2022-09-23
Implement a special update generator for add-path send all.
Claudio Jeker
2022-09-21
Adjust pathid_assign() to be much faster in the common case.
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-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-29
Instead of a global aspath cache copy the aspath attribute per rde_aspath
Claudio Jeker
2022-08-29
Switch the DB of communities collections to a RB tree instead of an
Claudio Jeker
2022-08-29
Switch rde_aspath to a RB tree instead of a hash table.
Claudio Jeker
2022-08-29
Export pending update and withdraw as part of struct peer_stats.
Claudio Jeker
2022-08-26
Handle IMSG_SESSION_* messages immediatly when received and do not put
Claudio Jeker
2022-08-17
Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy().
Claudio Jeker
2022-08-16
Do not send kroutes from the RDE to the FIB with the true_nexthop but
Claudio Jeker
2022-08-10
More kroute_nexthop cleanup. Mainly use direct assignment instead of
Claudio Jeker
2022-08-10
Fix logic in network_dump_upcall()
Claudio Jeker
2022-07-28
whitespace found during a read-thru; ok claudio
Theo de Raadt
2022-07-25
Properly handle nexthop state changes in the decision process
Claudio Jeker
2022-07-23
There is no need to set kf.flags to F_KERNEL here.
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-19
Use kf for all struct kroute_full variables. Makes code more consistent.
Claudio Jeker
2022-07-11
Implement send side of RFC7911 ADD-PATH
Claudio Jeker
2022-07-11
When dumping prefixes for bgpctl just use prefix_eligible() to know if
Claudio Jeker
2022-07-08
Assign a local path_id to all prefixes
Claudio Jeker
2022-07-07
Skip dmetric related code for the Adj-RIB-Out since there is no decision
Claudio Jeker
[next]