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
2018-08-02
Split out the rule skipping logic into own function and by doing so ensure
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
Reshuffle order in struct rde_peer a bit. No functional change.
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
Add more information to if_change() debug log using the new interface helper
Claudio Jeker
2018-07-22
Move functions to print link status etc. to util.c so that bgpd can use them
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-17
Switch to MSG_PROTOCOL_BGP4MP_ET formats for update and state mrt messages.
Claudio Jeker
2018-07-16
Use struct filterstate in rde_update_dispatch() and pass it down to
Claudio Jeker
2018-07-14
get rid of two more implicit ktable_get with rdomain 0.
Sebastian Benoit
2018-07-13
Move aspath_verify() and aspath_inflate() into util.c so bgpctl can use them.
Claudio Jeker
2018-07-12
store and print the rdomain of the interfaces we see.
Sebastian Benoit
2018-07-11
The routing table bgpd runs in needs to be a routing domain.
Sebastian Benoit
2018-07-11
improve the path hash function (instead of just hashing the aspath put
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-11
add option "network ... priority number" to announce prefixes from the
Sebastian Benoit
2018-07-10
rde_update_get_prefix() and friends should also verify the prefixlen.
Claudio Jeker
2018-07-10
__func__ log statements and some whitespace knf
Sebastian Benoit
2018-07-10
You can run multiple copies of bgpd in seperate rdomains.
Sebastian Benoit
2018-07-10
the check "if (nc->rtableid)"
Sebastian Benoit
2018-07-10
dont let rtable number overflow,
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-10
Actually clear the right thing in rib_free()
Sebastian Benoit
2018-07-09
Wrong function name in error message
Claudio Jeker
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-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-07-05
reword;
Jason McIntyre
2018-07-05
Simplify rde_softreconfig_in(). There is no need to run the prefix through
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-27
Move rde_test_prefix() to a place where it makes more sense. No functional
Claudio Jeker
2018-06-26
Wrong function name in error message.
Claudio Jeker
2018-06-25
Properly start reference counting struct nexthop. This removes the need for
Claudio Jeker
2018-06-21
Use correct function name in fatalx()
Claudio Jeker
[next]