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_rib.c
Age
Commit message (
Expand
)
Author
2005-04-12
Introduce a per prefix weight. The weight is used to tip prefixes with equal
Claudio Jeker
2005-03-26
Move the path_empty()/path_destroy() check out of the inner for-loop.
Claudio Jeker
2005-03-11
Finally commit the transparent-as and nexthop no-modify stuff I wrote on the
Claudio Jeker
2004-11-23
Switch from a single filter_set to a linked list of sets. With this change
Claudio Jeker
2004-11-19
Only unlink and link the asp in nexthop_modify if the asp is linked.
Claudio Jeker
2004-11-10
prefix_write() works also for IPv6. OK henning@
Claudio Jeker
2004-11-10
Remove no longer needed code. OK henning@
Claudio Jeker
2004-08-17
Always update prefix timestamp even if nothing has changed. Without this
Claudio Jeker
2004-08-13
Fix minor issues with IPv6 dumps and add a function for dumping the RIB table
Claudio Jeker
2004-08-12
Just ignore RFC2545 and the silly idea of using link local addresses as
Claudio Jeker
2004-08-10
switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr
Claudio Jeker
2004-08-06
Monster diff to get one step closer to IPv6 support.
Claudio Jeker
2004-08-05
Get rid of some statistics stuff that is no longer needed but helped in the
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-08-05
rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1
Claudio Jeker
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-22
introduce kroute6, which will be used to build a seperate v6 table
Henning Brauer
2004-05-08
KNF
Henning Brauer
2004-05-07
add a filter option to dump prefixes learned in UPDATEs into a PF table,
Damien Miller
2004-04-30
remove MAX_PREFIX_PER_AS debug gunk, claudio djm ok
Henning Brauer
2004-04-28
Pointer that are used later in the code should be initalized. Fixes a crash
Claudio Jeker
2004-03-11
Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@
Claudio Jeker
2004-03-05
Plug some memory leaks in rde. Based on a patch by Patrick Latifi.
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-27
Cleanup no functional changes. OK henning@
Claudio Jeker
2004-02-27
It is possible to end up in prefix_add with a prefix that needs to be moved.
Claudio Jeker
2004-02-26
show rib infrastructure. At least full dumps and per as dumps. Per prefix
Claudio Jeker
2004-02-19
Add support for basic filters. Nothing optimized and it has some issues but
Claudio Jeker
2004-02-19
Make the code more portable. Add some missing header files and make the use
Claudio Jeker
2004-02-09
replace a bunch of u_long by u_int32_t
Henning Brauer
2004-02-04
Move BGP path attribute handling functions in a own file. henning@ conceptual ok
Claudio Jeker
2004-02-02
spaces
Theo de Raadt
2004-02-02
Fix bug in the decision process. The decision process is unable to directly
Claudio Jeker
2004-02-02
Use correct struct in sizeof for calloc. OK henning@
Claudio Jeker
2004-01-27
move strict kroute from in_addr_t for nexthop and prefix to struct in_addr
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
Fix the aspath_* functions to allow empty aspath. A empty aspath is one
Claudio Jeker
2004-01-13
Implement a max-prefix and a announce none | self | all neighbor statement.
Claudio Jeker
2004-01-12
Nexthop announcement fixup. There are different rules for ibgp and ebgp.
Claudio Jeker
2004-01-11
KNF
Henning Brauer
2004-01-11
set address family...
Henning Brauer
2004-01-11
Move all struct in_addr to either struct bgpd_addr or in_addr_t whichever
Claudio Jeker
2004-01-11
use struct bgpd_addr for nexthop and gateway in struct kroute_nexthop
Henning Brauer
2004-01-11
KNF
Henning Brauer
[next]