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
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
2022-08-29
Use fatal("%s", __func__); instead of fatal("function_name");
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-25
Connected routes use the BGP exit nexthop while other routes need to use
Claudio Jeker
2022-08-24
Put the 'connection from non-peer' log message behind a verbose logging check.
Claudio Jeker
2022-08-19
Fix nexthop lookup for connected routes.
Claudio Jeker
2022-08-18
In kroute_insert() fix the check for multipath routes. Use a helper variable
Claudio Jeker
2022-08-18
There is no need to pass the fd to send_rtmsg(), the fd is always the
Claudio Jeker
2022-08-17
Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy().
Claudio Jeker
2022-08-17
Just use struct kif and kill struct kif_node. No need for this extra
Claudio Jeker
2022-08-17
Just 2 newline changes.
Claudio Jeker
2022-08-17
Add default case to switch to silence a warning seen with gcc.
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
Reverse NULL check in krVPN6_change()
Theo Buehler
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-08-03
Add comment that NEXTHOP_FLAPPED is only set on oldstate of a nexthop.
Claudio Jeker
2022-08-03
Fix a modify after free error in kroute_remove()
Claudio Jeker
2022-08-03
Fix possible NULL dereference in knexthop_validate().
Claudio Jeker
2022-07-28
Rework kroute_remove(), it uses a struct kroute_full and does most 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-26
No need to check RB_REMOVE() return value if kif is not NULL.
Claudio Jeker
2022-07-26
Missing indirection. This version compiles.
Claudio Jeker
2022-07-26
Refactor nexthop tracking and remove all the kif_kr code. There is no
Claudio Jeker
2022-07-25
Properly handle nexthop state changes in the decision process
Claudio Jeker
[next]