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
2022-05-25
Fix non-transitive extended community handling.
Claudio Jeker
2022-05-06
Relax the limitation of what is an acceptable unicast IP.
Claudio Jeker
2022-03-22
Switch from a LIST to TAILQ for the structure to store prefixes on a
Claudio Jeker
2022-03-21
Remove the active prefix cache in struct rib_entry. I need the space
Claudio Jeker
2022-03-21
Adjust how RIB are reloaded when their flags (esp. no evaluate) changes.
Claudio Jeker
2022-03-21
Rename F_CTL_ACTIVE and F_PREF_ACTIVE to the more correct
Claudio Jeker
2022-03-03
Move rde_send_kroute() from rde_generate_updates() to prefix_evaluate().
Claudio Jeker
2022-03-02
Refactor prefix_adjout_withdraw()
Claudio Jeker
2022-02-28
In the Adj-RIB-Out specific dump functions assert that PREFIX_FLAG_ADJOUT
Claudio Jeker
2022-02-26
Remove excessive ;
Claudio Jeker
2022-02-25
For add-path send the Adj-RIB-Out needs to handle multiple paths per
Claudio Jeker
2022-02-24
struct prefix holds path_id_tx for the path id sent to peers when
Claudio Jeker
2022-02-06
Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with
Claudio Jeker
2022-01-20
Make sure that all poll loops properly restart the poll loop on EINTR.
Claudio Jeker
2021-08-09
Implement reception of multiple paths per BGP session. This is one
Claudio Jeker
2021-07-27
Restructure struct prefix a bit and move the rib pointer to the union
Claudio Jeker
2021-06-25
The network flush code only operates on peerself (like all the other
Claudio Jeker
2021-06-25
Do the multiprotocol check first for the IPv4 case. So it is the same
Claudio Jeker
2021-06-24
Simplify the multiprotocol handling by moving the while loops out of the
Claudio Jeker
2021-06-17
Implement RFC 7313 enhanced route refresh. It is off by default and
Claudio Jeker
2021-06-17
Refactor common code for peer filtering out into rde_skip_peer()
Claudio Jeker
2021-06-17
In Rev 1.511 I moved peer related checks from inside up_generate_updates()
Claudio Jeker
2021-05-27
Stop processing UPDATES if the peer is not up.
Claudio Jeker
2021-05-27
Rename and move functions used to get per-peer settings to the
Claudio Jeker
2021-05-27
Fix how the rde_eval_all flag is tracked. Make sure it is correctly set
Claudio Jeker
2021-05-25
Instead of the old way of prefix withdraw on a bad AS4_PATH treat it with
Claudio Jeker
2021-05-06
Improve reload behaviour of RDE peer flags and export_type.
Claudio Jeker
2021-04-27
Fix notification sub-error code for syntactically incorrect nexthops.
Claudio Jeker
2021-04-24
remove bgpd warning message exposed by "bgpctl show rib peer out" for
Theo de Raadt
2021-04-16
Add back IMSG_RECONF_ROA_ITEM in the parent imsg handler. It is needed
Claudio Jeker
2021-03-02
Introduce 'rde evaluate all' a mode to work around path hiding in IXP
Claudio Jeker
2021-02-16
Add RTR support to OpenBGPD. Add basic support for the protocol.
Claudio Jeker
2021-01-25
RFC6472 discourages the use of AS_SET segements in ASPATH attributes.
Claudio Jeker
2021-01-18
Change struct bgpd_addr VPN encoding. Instead of including two almost
Claudio Jeker
2021-01-13
Extend prefix_evaluate() to also be used when withdrawing a prefix.
Claudio Jeker
2021-01-09
Move peer related checks from up_test_update() to rde_generate_updates()
Claudio Jeker
2020-12-30
Implement IMSG_CTL_SHOW_SET to get information about roa-set, as-sets and
Claudio Jeker
2020-12-30
Use correct IMSG type in fatal message. Also reformat some not so long lines.
Claudio Jeker
2020-12-29
In preparation for RTR support change the representation of the roa-set
Claudio Jeker
2020-12-04
Reference count prefixes added to a pftable. This allows to export
Claudio Jeker
2020-11-05
Mark some common symbols of RDE and SE as static so that linking
Claudio Jeker
2020-11-05
Kill bgpd_process, nothing uses it anymore. Instead pass the process
Claudio Jeker
2020-11-05
Refactor the filterset handling of nexthops. Instead of depending on
Claudio Jeker
2020-10-21
rde_update_dispatch() was switched to void some time ago. There is no
Claudio Jeker
2020-05-02
The warning "bad AGGREGATOR, AS 0 not allowed ..." is not very helpful.
Claudio Jeker
2020-02-12
Move the code to figure out the alternate IP address (IPv6 addr for IPv4
Claudio Jeker
2020-01-24
Implement 'max-prefix NUM out' to limit the number of announced prefixes.
Claudio Jeker
2020-01-10
'export default-route' still requires an output filter rule to announce
Claudio Jeker
2020-01-09
Move peer related code from rde.c to rde_peer.c.
Claudio Jeker
2020-01-09
Convert the lastchange of a prefix from time(NULL) to getmonotime() which
Claudio Jeker
[next]