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
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
2004-03-09
When a new prefix is filtered it is necessary to remove the old prefix.
Claudio Jeker
2004-03-04
no ; after RB_PROTOTYPE / RB_GENERATE
Henning Brauer
2004-03-02
Use ntohl() to compare in_addr_t so the tree is nicely sorted.
Claudio Jeker
2004-03-01
spelling
Theo de Raadt
2004-02-27
remove unneded peer pointer in struct prefix and change a in_addr_t to
Claudio Jeker
2004-02-25
Announce local networks to IBGP neighbors. OK henning@
Claudio Jeker
2004-02-24
It is possible that a queued path attribute has no nlri prefix. Ignore and
Claudio Jeker
2004-02-19
Add support for basic filters. Nothing optimized and it has some issues but
Claudio Jeker
2004-02-18
Do aspath loop detecion for outgoing messages too, but this time with the
Claudio Jeker
2004-02-18
Fix a nasty memory leak. OK henning@
Claudio Jeker
2004-02-17
Make gcc on sparc happy. OK henning@
Claudio Jeker
2004-02-09
replace a bunch of u_long by u_int32_t
Henning Brauer
2004-02-04
Move the update generation into a separate file. The update generation has
Claudio Jeker