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.h
Age
Commit message (
Expand
)
Author
2019-02-26
Add support for '*', local-as and neighbor-as for ext-community matching
Claudio Jeker
2019-02-04
Implement as-override, a feature where the neighbor AS is replaced by the
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-12-17
path_empty() is not a function and does not need a prototype.
Claudio Jeker
2018-12-11
Refactor aspath code a bit. Move cached source_as (for origin validation)
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-31
Remove tail queues which link peer, aspath and prefix together. These
Claudio Jeker
2018-10-29
Replace some walkers using the aspath/prefix lists with a rib_dump walker.
Claudio Jeker
2018-10-25
Calculate ASPATH_HEADER_SIZE correctly by using offsetof() instead of the
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-10-01
Expose BGP Origin Validation state in bgpctl show commands
job
2018-09-29
Implement origin validation in bgpd. This introduces two new tables, the
Claudio Jeker
2018-09-29
Introduce minimal tracking of announced prefixes. A per peer RB tree tracks
Claudio Jeker
2018-09-20
Split up as_set into a set_table and an as_set. The first is what does
Claudio Jeker
2018-09-20
whitespace cleanup, ok claudio@
Sebastian Benoit
2018-09-18
Backend for roa-sets. This combines as_sets and prefix-set tries to do
Claudio Jeker
2018-09-09
Clean up prefix flag handling. First of all the dynamic networks no longer
Claudio Jeker
2018-09-08
implement or-longer filter op for prefix-sets. Allows one two write rules like
Sebastian Benoit
2018-09-07
Implement a fast presix-set lookup. This magic trie is able to match a
Claudio Jeker
2018-09-07
Implement as-set a fast lookup table to be used instead of long list of
Claudio Jeker
2018-08-08
Update the RIB after a config reload in the background. This moves the
Claudio Jeker
2018-08-08
hide rib[] internals in new rib_valid() function
Sebastian Benoit
2018-08-06
Pass the stale timestamp to path_remove_stale() removes a asp->peer dereference
Claudio Jeker
2018-08-03
Move nexthop and nexthop flags from the rde_aspath to struct prefix.
Claudio Jeker
2018-07-31
Reshuffle order in struct rde_peer a bit. No functional change.
Claudio Jeker
2018-07-22
Move nexthop into struct filterstate (including nexthop flags) and use
Claudio Jeker
2018-07-20
Move the nlri_get_prefix functions to util.c so that bgpctl can use them too.
Claudio Jeker
2018-07-16
Use struct filterstate in rde_update_dispatch() and pass it down to
Claudio Jeker
2018-07-11
improve the path hash function (instead of just hashing the aspath put
Claudio Jeker
2018-07-11
On IMSG_CTL_SHOW_RIB_MEM also send back information of some of the
Claudio Jeker
2018-07-09
Introduce a struct filterstate and pass this to rde_filter instead of
Claudio Jeker
2018-06-29
Prepare the ground for allowing temporary aspath object living on the stack.
Claudio Jeker
2018-06-28
Remove rde_aspath pointer from rde_filter since that argument can be fetched
Claudio Jeker
2018-06-28
Instead of passing the rde_aspath to nexthop_modify() pass pointers to
Claudio Jeker
2018-06-28
Pass a struct prefix to rde_filter and remove some of the arguments which
Claudio Jeker
2018-06-27
Just put the aspath and the peer directly into the prefix struct.
Claudio Jeker
2018-06-25
Properly start reference counting struct nexthop. This removes the need for
Claudio Jeker
2018-06-21
Nothing is using the active and prefix count in struct rde_aspath.
Claudio Jeker
2018-02-10
Follow rfc8277 more closely and make make sure bgpd is encoding VPNv4
Claudio Jeker
2018-02-10
Add prefix-sets, lists of prefixes which can be used in place of a
Sebastian Benoit
2018-02-07
Add plumbing inside of the prefix handling to put prefixes on either the
Claudio Jeker
2018-02-05
Switch a few lists to tailqs. Mainly the prefix list per aspath needs
Claudio Jeker
2018-02-05
Change struct prefix a bit. Make the aspath pointer opaque and remove the
Claudio Jeker
2018-02-04
Clenaup RIB handling in the RDE. Introduce some defines for Adj-RIB-In and
Claudio Jeker
2017-05-30
remove extended communities that have the transitive bit set from
Sebastian Benoit
2017-05-28
Implement an XON/XOFF protocol between the RDE and the SE to throttle
Claudio Jeker
[next]