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_decide.c
Age
Commit message (
Expand
)
Author
2018-06-21
Nothing is using the active and prefix count in struct rde_aspath.
Claudio Jeker
2018-02-05
Change struct prefix a bit. Make the aspath pointer opaque and remove the
Claudio Jeker
2017-01-25
Switch rde_generate_update and rde_send_kroute to accept a struct rib instead
Claudio Jeker
2017-01-24
Save some space in struct rib_entry so it is back to 64bytes (on 64bit archs).
Claudio Jeker
2017-01-24
sync log.c from relayd et al to bgpd.
Sebastian Benoit
2017-01-23
Introduce a struct rib sitting between struct rib_desc and struct rib_tree.
Claudio Jeker
2012-07-04
Seems like I missed to adjust the route decision code to cover the things
Claudio Jeker
2012-04-12
The ebgp flags is just a truth value and it is better to not == 1 compares.
Claudio Jeker
2010-05-03
Make it possible to load multiple routing tables at the same time and use
Claudio Jeker
2009-08-06
Implement the error handling as proposed in draft-ietf-idr-optional-transitive
Claudio Jeker
2009-06-29
Doh! Fix logic botch that disconnected the FIB from the Loc-RIB instead of
Claudio Jeker
2009-06-06
Only the main Loc-RIB should update the FIB for now. So introduce a
Claudio Jeker
2009-06-06
Only generate updates for peers that are member of the RIB that update is
Claudio Jeker
2009-06-01
Instead of storing a pointer to the RIB head in the RIB element use that
Claudio Jeker
2009-05-21
Make it possible to turn off the decision process per RIB. This is mainly
Claudio Jeker
2009-05-17
Rework most of the RDE to allow multiple RIBs. This is mostly preparation
Claudio Jeker
2009-04-23
Rework the way we handle announced networks. Instead of two freak rde_peers
Claudio Jeker
2008-05-08
KNF
Henning Brauer
2008-05-02
Compare flags against the right flag field or else unexpected things may
Claudio Jeker
2007-11-27
Prefixes or actually pathes that would cause a rooting loops should not be
Claudio Jeker
2007-05-11
Various spelling fixes from Stuart Henderson.
Claudio Jeker
2006-01-24
Update comment to match reality.
Claudio Jeker
2006-01-14
Small step in supporting the Adj-RIB-In additionaly to the Local-RIB.
Claudio Jeker
2006-01-13
Simplify evaluation process. Instead of checking the reachability of a prefix
Claudio Jeker
2006-01-04
If the decision process is turned of but a prefix is still active decrease the
Claudio Jeker
2005-11-29
Add a flags field to struct prefix which will be used shortly. Remove the peer
Claudio Jeker
2005-08-09
Introduce new route decision tunable "rde med compare (always|strict)".
Claudio Jeker
2005-04-12
Introduce a per prefix weight. The weight is used to tip prefixes with equal
Claudio Jeker
2004-11-11
New config statement "rde route-age [evaluate|ignore]". If set to evaluate
Claudio Jeker
2004-09-16
minor KNF
Henning Brauer
2004-08-06
Monster diff to get one step closer to IPv6 support.
Claudio Jeker
2004-08-05
Cleanup aspath specific functions and api. Mainly switch to a refcnt based
Claudio Jeker
2004-07-28
Prefer the path with the lowest multi-exit discriminator (MED) not the biggest.
Claudio Jeker
2004-06-22
Cleanup. jajaja henning@
Claudio Jeker
2004-04-26
Cleanup the decision function and take the age of the entry into account.
Claudio Jeker
2004-03-11
Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@
Claudio Jeker
2004-03-01
Make it possible to diable the decision process. This is a feature only useful
Claudio Jeker
2004-02-27
remove unneded peer pointer in struct prefix and change a in_addr_t to
Claudio Jeker
2004-02-26
Clean up comments and replace a if with a ENSURE because NULL nexthops are
Claudio Jeker
2004-02-26
Implement "enforce neighbor-as yes|no" which is by default on for ebgp
Claudio Jeker
2004-02-17
Make sure that we add the new prefix to the prefix list or bad things will
Claudio Jeker
2004-02-04
Move the update generation into a separate file. The update generation has
Claudio Jeker
2004-02-01
Set sane default announce types according to the peer type. For IBGP use
Claudio Jeker
2004-01-27
use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and
Henning Brauer
2004-01-22
use log_warnx and log_info. reclassify a few messages in the process and fix
Henning Brauer
2004-01-18
spacing
Theo de Raadt
2004-01-17
Make it possible to announce own networks. In the RDE these prefixes are
Claudio Jeker
2004-01-13
KNF
Henning Brauer
2004-01-13
Do not redistribute updates to ibgp peers. OK henning@
Claudio Jeker
2004-01-13
Implement a max-prefix and a announce none | self | all neighbor statement.
Claudio Jeker
[next]