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
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
2018-11-28
Start reworking community handling. Merge standard communities and large
Claudio Jeker
2018-11-10
fix error message when querying a non-existent table
denis
2018-11-08
Introduce rde_update_queue_pending() similar to rib_dump_pending() it checks
Claudio Jeker
2018-11-08
Committed wrong version. Check the flags against the fib flags from the
Claudio Jeker
2018-11-08
Only whack the RIB and recreate it if the the FIB distribution flags changed
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-29
Fix route-collector mode by allowing the RDE to disable the decision process
Claudio Jeker
2018-10-26
When walking the list of ribs use continue instead of break after the
Claudio Jeker
2018-10-24
Major refactoring of the RIB handling code. Mainly change how the RIB is
Claudio Jeker
2018-10-24
Pass down the right nexthop to rde_dump_rib_as() so that dumping the
Claudio Jeker
2018-10-22
Properly throttle dumping of prefixes to peers. Eventhough we got the XON/XOFF
Claudio Jeker
2018-10-18
In rde_update_queue_runner() reset eor on every loop else a spurious and
Claudio Jeker
2018-10-18
Remove unneeded break, there is one just after and makes the XON and XOFF
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-14
Unbreak mrt table dumps. Make sure to call rib_dump_r for the mrt dump
Claudio Jeker
2018-10-03
add filter option based on origin validation state
denis
2018-10-01
Expose BGP Origin Validation state in bgpctl show commands
job
2018-09-30
vstate might be used uninitialized
denis
2018-09-29
Implement origin validation in bgpd. This introduces two new tables, the
Claudio Jeker
2018-09-29
With the introduction of sets the config that is shipped to the RDE got
Claudio Jeker
2018-09-29
Introduce minimal tracking of announced prefixes. A per peer RB tree tracks
Claudio Jeker
2018-09-25
Fix loading of roa-sets in the RDE. From a much bigger diff but this
Claudio Jeker
2018-09-21
Implement code to parse, print and reload roa-set tables.
Claudio Jeker
[next]