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-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
2022-07-23
Refactor and rename bgpd_filternexthop() to bgpd_oknexthop()
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-21
Relax the config of add-path send and rde evaluate all
Claudio Jeker
2022-07-21
Make kr_redistribute() and kroute_insert() AID independent and use
Claudio Jeker
2022-07-20
Cleanup and fix the network code.
Claudio Jeker
2022-07-19
Do a minimal check that the passed in option is inside the ASPATH segment.
Claudio Jeker
2022-07-19
Use kf for all struct kroute_full variables. Makes code more consistent.
Claudio Jeker
2022-07-18
use syntax which more acceptable to older compilers
Theo de Raadt
2022-07-18
Remove warning messages that add nothing in the situation they occure.
Claudio Jeker
2022-07-18
Do not fatalx() when calculating the dmetric and the result is negative.
Claudio Jeker
2022-07-14
More IPv6 scope_id fixes, now hopefully scope_id should be handled
Claudio Jeker
2022-07-14
Time to bump version
Claudio Jeker
2022-07-12
Zap trailing whitespace on one line to appease mandoc -Tlint
Theo Buehler
2022-07-12
Document announce add-path send
Claudio Jeker
2022-07-11
Implement send side of RFC7911 ADD-PATH
Claudio Jeker
2022-07-11
Properly roll back in the add-path send case in up_dump_prefix()
Claudio Jeker
2022-07-11
Put the RFC9234 open policy handing in its own function
Claudio Jeker
2022-07-11
When dumping prefixes for bgpctl just use prefix_eligible() to know if
Claudio Jeker
2022-07-11
s/can not/cannot/ in comments. No functional change.
Claudio Jeker
2022-07-11
Use newbest and oldbest instead of xp and active as variable names
Claudio Jeker
2022-07-08
Pass path_id_tx to the Adj-RIB-Out
Claudio Jeker
2022-07-08
Assign a local path_id to all prefixes
Claudio Jeker
2022-07-07
Rework prefix_insert() and prefix_remove() to properly recalculate dmetric
Claudio Jeker
2022-07-07
Skip dmetric related code for the Adj-RIB-Out since there is no decision
Claudio Jeker
2022-07-07
Properly break out of the loop setting the PREF flags.
Claudio Jeker
2022-07-07
Introduce a decision metric (dmetric) that classifies the relation of
Claudio Jeker
2022-07-07
Refactor the code that generates updates so that up_generate_updates is
Claudio Jeker
2022-06-30
Only have one version of send_rtmsg() which uses struct kroute_full().
Claudio Jeker
2022-06-28
Try to document 'announce policy' and add RFC 9234 to the list in bgpd.8
Claudio Jeker
2022-06-28
The default state of enhanced refresh is no. So flip logic.
Claudio Jeker
2022-06-28
Check for entries in the suberror names arrays that are NULL. Handle them
Claudio Jeker
2022-06-28
Unbreak tree: add log_policy() implementation missing from previous commit.
Theo Buehler
2022-06-28
spelling
Jonathan Gray
2022-06-27
Add support for RFC 9234 - Route Leak Prevention and Detection Using Roles
Claudio Jeker
2022-06-26
Pignatoro -> Pignataro
Jonathan Gray
2022-06-25
Since 128bit addressing is not enough add some addition 32bit of
Claudio Jeker
2022-06-24
Use IN6_IS_ADDR_MC_NODELOCAL() instead of IN6_IS_ADDR_MC_INTFACELOCAL().
Claudio Jeker
2022-06-23
Move struct kif from bgpd.h to kroute.c
Claudio Jeker
2022-06-23
Fix comments
Claudio Jeker
2022-06-23
Thanks IPv6 for being extra complex. Recover scope_id for link local addrs.
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
Sync KAME hack in log_in6addr() with route/show.c
Theo Buehler
2022-06-22
Use struct kroute_full instead of a union of struct kroute & kroute6.
Claudio Jeker
[prev]
[next]