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-10
Another place where we should handle AS_SET better. aspath_lenmatch()
Claudio Jeker
2018-08-10
Make the AS_SET handling for source-as even simpler. It is enough to only
Claudio Jeker
2018-08-09
Improve handling of source-as when an AS_SET is rightmost. In that case
Claudio Jeker
2018-08-09
While softreconfig is running set the poll timeout to 0 so that the
Claudio Jeker
2018-08-09
Make two very internal functions static. They are used to merge an
Claudio Jeker
2018-08-08
Move struct wire_largecommunity to rde_attr.c since it is only used internally
Claudio Jeker
2018-08-08
Merge getcommunity() and getlargecommunity() into one function that
Claudio Jeker
2018-08-08
Make the (non-)transitive handling of ext communities a bit more obvious.
Claudio Jeker
2018-08-08
One ; too much
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-06
Assign peer1 and peer2 early on and use them everywhere instead of aspX->peer.
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
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
[next]