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
2018-09-05
Change the way as_compare() and aspath_match() handle 'neighbor-as'. Instead
Claudio Jeker
2018-09-05
Change verification of communities a bit. Move the flag checking first since
Claudio Jeker
2018-08-29
Make it possible to filter the RIB for invalid path which resulted in withdrawn
Claudio Jeker
2018-08-29
When 'log updates' is enabled make sure that the case of an invalid path
Claudio Jeker
2018-08-09
While softreconfig is running set the poll timeout to 0 so that the
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
Validate the prefix sent in a network delete call before trying to delete
Claudio Jeker
2018-08-06
Pass the stale timestamp to path_remove_stale() removes a asp->peer dereference
Claudio Jeker
2018-08-06
Replace two asp->peer with prefix_peer(p) which is the same.
Claudio Jeker
2018-08-03
Move nexthop and nexthop flags from the rde_aspath to struct prefix.
Claudio Jeker
2018-08-03
Reshuffle the way bgpd does the softreload after filter changes.
Claudio Jeker
2018-08-02
Make a few more rde specific functions static.
Claudio Jeker
2018-08-02
Make free_prefixsets() accept a NULL pointer. Makes it behave more like
Claudio Jeker
2018-08-02
This brings the network code more in line with what regular update
Claudio Jeker
2018-07-31
There is no longer the need to be careful in rde_softreconfig_in() when
Claudio Jeker
2018-07-27
log_info -> log_debug since this is debug noise.
Claudio Jeker
2018-07-24
Add some debug log messages telling which RIBs and peers get sofreconfigured
Claudio Jeker
2018-07-24
Use prefix_nexthop() to access the nexthop instead of dereferencing the
Claudio Jeker
2018-07-22
Move nexthop into struct filterstate (including nexthop flags) and use
Claudio Jeker
2018-07-22
Adjust a log message and make sure that the data pointer is never increased
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-20
Rename rde_update_get_prefix and friends to nlri_get_prefix. Will be moved
Claudio Jeker
2018-07-20
Rename rde_update_extract_prefix to extract_prefix and make it static.
Claudio Jeker
2018-07-16
Use struct filterstate in rde_update_dispatch() and pass it down to
Claudio Jeker
2018-07-13
Move aspath_verify() and aspath_inflate() into util.c so bgpctl can use them.
Claudio Jeker
2018-07-11
Bump some of the hash table size to more resonable numbers.
Claudio Jeker
2018-07-11
On IMSG_CTL_SHOW_RIB_MEM also send back information of some of the
Claudio Jeker
2018-07-10
rde_update_get_prefix() and friends should also verify the prefixlen.
Claudio Jeker
2018-07-10
the check "if (nc->rtableid)"
Sebastian Benoit
2018-07-10
Switch also the aspath in rde_update_dispatch() to one on the stack.
Claudio Jeker
2018-07-10
compare the right things here: we want to know if the flag has changed.
Sebastian Benoit
2018-07-09
Move the max prefix checker into rde_update_update() instead of doing it
Claudio Jeker
2018-07-09
Introduce a struct filterstate and pass this to rde_filter instead of
Claudio Jeker
2018-07-05
Simplify rde_softreconfig_in(). There is no need to run the prefix through
Claudio Jeker
2018-06-28
Remove rde_aspath pointer from rde_filter since that argument can be fetched
Claudio Jeker
2018-06-28
Pass a struct prefix to rde_filter and remove some of the arguments which
Claudio Jeker
2018-06-25
Properly start reference counting struct nexthop. This removes the need for
Claudio Jeker
2018-06-13
Deprecate announce (all|self|none|default-route)
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-11-14
Inverse logic, issue found by henning@. MPLS VPN is still broken though.
Claudio Jeker
2017-09-14
fix accounting for received prefixes per neighbor
Peter Hessler
2017-08-11
softreconfig in and out are on by default for ever and machines now have
Claudio Jeker
2017-08-10
Fix a comment and line length. Noted by Dennis fondras.
Sebastian Benoit
2017-08-10
handle extended communities in bgpctl.
Sebastian Benoit
[next]