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
2020-01-24
Implement 'max-prefix NUM out' to limit the number of announced prefixes.
Claudio Jeker
2020-01-10
'export default-route' still requires an output filter rule to announce
Claudio Jeker
2020-01-09
Move peer related code from rde.c to rde_peer.c.
Claudio Jeker
2020-01-09
Convert the lastchange of a prefix from time(NULL) to getmonotime() which
Claudio Jeker
2020-01-08
eye burning whitespace
Theo de Raadt
2020-01-01
Instead of processing all imsg when reading them store peer specific
Claudio Jeker
2019-12-31
reloadtime is not needed anymore.
Claudio Jeker
2019-12-16
Instead of passing the peer id down to peer specific functions do the lookup
Claudio Jeker
2019-12-13
In rde_dispatch_imsg_session() reorder the case blocks a bit so they
Claudio Jeker
2019-11-27
struct ctl_show_rib does not need aspath_len since this information is
Claudio Jeker
2019-10-30
Add PREFIX_FLAG_STALE to mark prefixes in the Adj-RIB-Out as stale during
Claudio Jeker
2019-09-27
Move the rde_send_pftable_commit() our of the prefix_update and withdraw
Claudio Jeker
2019-09-27
Implement F_SHORTER in the prefix lookup code for bgpctl. F_SHORTER will
Claudio Jeker
2019-08-14
Rework the way ribs are stored in the RDE. Instead of a flat array that
Claudio Jeker
2019-08-14
There is no longer a reason to use two structs for RIBs where one is part
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-08-07
Improve RIB reload behaviour. Especially when the rtable changes or the
Claudio Jeker
2019-08-07
Implement the last few missing bits of RFC7607 and ensure that the AS in
Claudio Jeker
2019-08-05
Cleanup config reload in the RDE. Use the bgpd_conf struct to store sets
Claudio Jeker
2019-08-05
Change the order how filtersets are passed during config reloads. Instead
Claudio Jeker
2019-07-24
mrt.h only needs to be included by mrt.c
Sebastian Benoit
2019-07-23
Make sure that pfd is not overflown, can not happen unless the mrt count
Claudio Jeker
2019-07-23
Clean up RIB related kroute code. Introduce a way to flush a FIB table
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-01
Unify the way object in the RDE are reference counted. The affected
Claudio Jeker
2019-06-25
Initialize the peer id of peerself to PEER_ID_SELF before adding it to
Claudio Jeker
2019-06-22
Add a direct pointer from struct prefix to struct pt_entry.
Claudio Jeker
2019-06-22
Adjust peer id allocation a bit. Use defines for the various special
Claudio Jeker
2019-06-20
Change nexthop_update to run the list walk over all prefixes to run
Claudio Jeker
2019-06-17
Cleanup, remove some unneded spaces add some other where needed.
Claudio Jeker
2019-06-17
Completley rewrite the community matching and handling code. All community
Claudio Jeker
2019-03-31
Don't use memcpy for struct bgpd_config, the pointers and lists in that
Claudio Jeker
2019-03-23
Unbreak route origin validation
denis
2019-03-13
Swap arguments of rde_dump_match_peer() to match peer_matched() in session.c
Claudio Jeker
2019-03-07
Do a better job at cleaning up the config on shutdown. Remove bits that
Claudio Jeker
2019-02-27
Convert the remote and local addresses in struct peer to be bgpd_addrs
Claudio Jeker
2019-02-14
Use -1 instead of the less portable INFTIM for the poll timeout.
Claudio Jeker
2019-02-11
The definition of VPNs in bgpd was never super elegant. The 'depend on
Claudio Jeker
2019-01-21
Use Adj-RIB-Out to push UPDATE messages to peers instead of having another
Claudio Jeker
2019-01-20
Support group descriptions in control messages that accept a neighbor
Claudio Jeker
2019-01-18
Don't store the mpe information in struct ktable but instead pass the
Claudio Jeker
2018-12-31
unbreak tree; found the hard way by otto
Florian Obser
2018-12-30
add support for IPv6 VPN routes
denis
2018-12-30
remove unused F_ANN_DYNAMIC/F_PREFIX_ANNOUNCED handling in network_delete()
Sebastian Benoit
2018-12-26
unbreak VPN routes installation into FIB
denis
2018-12-22
bgpctl can cause bgpd to do a lot of work (e.g. dumping all of the RIB)
Claudio Jeker
2018-12-19
Fold ext-communities into filter_community so that bgpd can match
Claudio Jeker
2018-12-11
Refactor aspath code a bit. Move cached source_as (for origin validation)
Claudio Jeker
2018-11-29
In peer_down() we have to flush the Adj-RIB-Out. As soon as the peer state
Claudio Jeker
[next]