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
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
2004-01-10
Implement as path prepends. At least one prepend is needed for ebgp
Claudio Jeker
2004-01-10
RDE update generation. First we queue all updates and withdraws on a per
Claudio Jeker
2004-01-06
2004 OK henning@
Claudio Jeker
2003-12-30
typos from david
Henning Brauer
2003-12-26
"when you try to be very smart, something breaks horribly"
Henning Brauer
2003-12-26
set true_nexthop = exit_nexthop for directly connected nexthops
Henning Brauer
2003-12-26
move struct nexthop definition to rde.h
Henning Brauer
2003-12-26
when this project started and i added the fatal() function, I made it take
Henning Brauer
2003-12-25
Turn the nexthop verification on. At least in the RDE.
Claudio Jeker
2003-12-25
RDE part of the nexthop verification puzzle.
Claudio Jeker
2003-12-24
typos in comments, from jared
Henning Brauer
2003-12-22
spelling
Theo de Raadt
2003-12-21
yet more from the castathon; most aspath functions where accessing non-
Claudio Jeker
2003-12-19
knf
Theo de Raadt
2003-12-19
knf & 64-bit cleanup; henning ok
Theo de Raadt
2003-12-17
welcome, bgpd
Henning Brauer