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_update.c
Age
Commit message (
Expand
)
Author
2008-12-12
Correctly set the partial bit on the AS4_PATH and AS4_AGGREGATOR attribute.
Claudio Jeker
2008-11-01
Use correct function names in fatal() messages.
Claudio Jeker
2007-11-27
Prefixes or actually pathes that would cause a rooting loops should not be
Claudio Jeker
2007-05-31
Correctly encode ATTR_NEW_AGGREGATOR. The new aggregator is the one that
Claudio Jeker
2007-05-29
Correctly fill the MP reach and unreach update messages. Until now
Claudio Jeker
2007-05-11
Various spelling fixes from Stuart Henderson.
Claudio Jeker
2007-04-23
Make bgpd 4-byte AS compatible. All internal representations of AS numbers
Claudio Jeker
2007-04-06
Count the updates and withdraws for additional statisic gathering.
Claudio Jeker
2007-03-16
A few more s/2858/4760/ and use RFC <number> everywhere.
Claudio Jeker
2007-03-16
Update multiprotocol extension code to RFC 4760. This actually removes
Claudio Jeker
2007-01-31
Do not check that the aspath is loopfree for the peer when sending updates.
Claudio Jeker
2006-11-10
char -> u_char in a few places
Henning Brauer
2006-04-21
Remove function prototype that was never used. From deraadt@
Claudio Jeker
2006-04-04
add "set nexthop self", force nexthop to be set to own address even with IBGP
Henning Brauer
2006-01-13
Simplify evaluation process. Instead of checking the reachability of a prefix
Claudio Jeker
2006-01-12
Copy AS path in rde_filter() on demand instead of doing it before calling
Claudio Jeker
2006-01-05
Cache optional BGP attributes (mostly communities) and use a simple
Claudio Jeker
2005-12-30
Use sys/hash.h instead of own built functions that work similar.
Claudio Jeker
2005-11-29
Add a flags field to struct prefix which will be used shortly. Remove the peer
Claudio Jeker
2005-11-29
even more spaces and tabs.
Claudio Jeker
2005-11-01
Softreconfig out support. On config reload filter changes of outgoing rules
Claudio Jeker
2005-11-01
Major cleanup in rde_update.c. Merge equal code used in different places
Claudio Jeker
2005-11-01
Switch from the per peer filter set list to a filter-only solution.
Claudio Jeker
2005-10-19
tsc tsc tsc, tabs are not always holy
Henning Brauer
2005-08-10
Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know
Claudio Jeker
2005-07-29
Debugging session at WTH. Fix many bugs in the IPv6 support -- some copy paste
Claudio Jeker
2005-07-29
Add another piece to the IPv6 puzzle. This time code to generate MP updates.
Claudio Jeker
2005-06-16
use prefixlen2mask() instead of doing the bitshifting by hand; fixes the
Henning Brauer
2005-03-11
Finally commit the transparent-as and nexthop no-modify stuff I wrote on the
Claudio Jeker
2005-02-07
spelling fix
David Krause
2004-11-11
spaces at EOL in comments, spotted by theo
Henning Brauer
2004-11-11
Store the local v4 and v6 address of a session. For IPv4 sessions the first
Claudio Jeker
2004-09-28
Add prepend-neighbor feature. Prepend the remote-as n times similar to
Claudio Jeker
2004-08-20
Grrr. copy paste error. Dump MED and not local-pref. OK henning@
Claudio Jeker
2004-08-13
Fix minor issues with IPv6 dumps and add a function for dumping the RIB table
Claudio Jeker
2004-08-10
Correctly set the MED in outgoing UPDATEs. OK henning@
Claudio Jeker
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-08-05
struct prefix has a pointer to the peer so use it everywhere directly instead
Claudio Jeker
2004-07-30
Add new announce type "default-route" which will only announce the default
Claudio Jeker
2004-07-13
fix some typos
Jared Yanovich
2004-07-05
fix a few KNF fallouts
Henning Brauer
2004-06-22
Cleanup. jajaja henning@
Claudio Jeker
2004-06-22
Make the RDE IPv6 ready missing is the message handling. The internal
Claudio Jeker
2004-06-20
at least somewhat consistently name the TAILQ_ENTRYs... this confused me
Henning Brauer
2004-05-21
RFC 2796 bgp route reflector support. This is very useful in conjunction
Claudio Jeker
2004-04-30
spelling
Theo de Raadt
2004-03-20
comment spelling fixes; ok henning@
David Krause
2004-03-19
Fix memory leak in error path. Found by Patrick Latifi. OK henning@
Claudio Jeker
2004-03-11
Add basic support for communities. Currently it is only possible to filter
Claudio Jeker
[next]