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_update.c
Age
Commit message (
Expand
)
Author
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-08
Pass path_id_tx to the Adj-RIB-Out
Claudio Jeker
2022-06-27
Add support for RFC 9234 - Route Leak Prevention and Detection Using Roles
Claudio Jeker
2022-05-23
whitespaces found when I went checking for something else
Theo de Raadt
2022-03-30
Simplify up_generate_updates()
Theo Buehler
2022-03-22
Switch from a LIST to TAILQ for the structure to store prefixes on a
Claudio Jeker
2022-03-15
Replace the eor member of struct prefix with a flag. Saves a byte that
Claudio Jeker
2022-03-02
Adapt prefix_adjout_update() the same way as prefix_adjout_withdraw()
Claudio Jeker
2022-03-02
Refactor prefix_adjout_withdraw()
Claudio Jeker
2022-03-01
up_dump_prefix() should not clear the p->flags before possibly calling
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
2021-08-09
Implement reception of multiple paths per BGP session. This is one
Claudio Jeker
2021-06-17
Before adding a prefix to the Adj-RIB-Out modify the attributes to the
Claudio Jeker
2021-05-27
Rename and move functions used to get per-peer settings to the
Claudio Jeker
2021-05-27
When generating updates for a peer that has 'rde evaluate all' set the
Claudio Jeker
2021-05-06
Improve reload behaviour of RDE peer flags and export_type.
Claudio Jeker
2021-04-20
Update comment to be less confusing (I hope)
Claudio Jeker
2021-03-02
Introduce 'rde evaluate all' a mode to work around path hiding in IXP
Claudio Jeker
2021-01-09
Move peer related checks from up_test_update() to rde_generate_updates()
Claudio Jeker
2020-01-24
Implement 'max-prefix NUM out' to limit the number of announced prefixes.
Claudio Jeker
2019-08-13
Instead of passing a struct prefix pointer to rde_filter() pass the 4 values
Claudio Jeker
2019-08-09
Rename some of the prefix functions to make it clearer. Also rename
Claudio Jeker
2019-07-17
Change the Adj-RIB-Out to a per peer set of RB trees. The way RIB data
Claudio Jeker
2019-07-02
up_generate_default() needs to fake a prefix entry so that the outbound
Claudio Jeker
2019-06-22
Add a direct pointer from struct prefix to struct pt_entry.
Claudio Jeker
2019-06-19
With the community rewrite the output code needs to also check the
Claudio Jeker
2019-06-17
Adjust comment.
Claudio Jeker
2019-06-17
Completley rewrite the community matching and handling code. All community
Claudio Jeker
2019-06-11
Fix typo which resulted in a segfault in ebgp multihop setups.
Florian Obser
2019-06-07
Refactor up_get_nexthop() to work for all AFI/SAFI cases. Additionally
Claudio Jeker
2019-05-31
Exit the attribute loop early if there are no unknown attributes left
Claudio Jeker
2019-05-13
Don't use a hardcoded list of how attribute are dumped and instead move
Claudio Jeker
2019-05-13
fix export default-route.
denis
2019-05-09
Neither rde_apply_set() nor rde_filter() are called with a NULL state so
Claudio Jeker
2019-01-21
Use Adj-RIB-Out to push UPDATE messages to peers instead of having another
Claudio Jeker
2018-12-30
add support for IPv6 VPN routes
denis
2018-12-19
Fold ext-communities into filter_community so that bgpd can match
Claudio Jeker
2018-11-29
community_ext_delete_non_trans() allocates new memory in all cases where
Claudio Jeker
2018-11-28
Start reworking community handling. Merge standard communities and large
Claudio Jeker
2018-11-04
Introduce a real Adj-RIB-Out. At the same time remove the update_rib
Claudio Jeker
2018-10-24
Major refactoring of the RIB handling code. Mainly change how the RIB is
Claudio Jeker
2018-10-15
Use the up_rib tree to withdraw all prefixes of a peer which is used to
Claudio Jeker
2018-09-29
Introduce minimal tracking of announced prefixes. A per peer RB tree tracks
Claudio Jeker
2018-09-18
s/mulitprotocol/multiprotocol/ in error text
Stuart Henderson
2018-09-09
Clean up prefix flag handling. First of all the dynamic networks no longer
Claudio Jeker
2018-08-08
Make the (non-)transitive handling of ext communities a bit more obvious.
Claudio Jeker
2018-08-03
Move nexthop and nexthop flags from the rde_aspath to struct prefix.
Claudio Jeker
[next]