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.h
Age
Commit message (
Expand
)
Author
2004-02-02
Somehow I missed this peace in one of my last commits. OK henning@
Claudio Jeker
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-13
Better update error handling. Ensure that the session goes down and
Claudio Jeker
2004-01-13
Dump and send RIB to the neighbor if his session is comming up.
Claudio Jeker
2004-01-12
Nexthop announcement fixup. There are different rules for ibgp and ebgp.
Claudio Jeker
2004-01-11
Move all struct in_addr to either struct bgpd_addr or in_addr_t whichever
Claudio Jeker
2004-01-11
Add to the IMSG_SESSION_UP message the local and remote address of the
Claudio Jeker
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
move struct nexthop definition to rde.h
Henning Brauer
2003-12-25
RDE part of the nexthop verification puzzle.
Claudio Jeker
2003-12-23
Send updates to the main process so they can be added to the kernel
Claudio Jeker
2003-12-21
overhaul the write buffering code.
Henning Brauer
2003-12-21
yet more from the castathon; most aspath functions where accessing non-
Claudio Jeker
2003-12-19
knf & 64-bit cleanup; henning ok
Theo de Raadt
2003-12-18
First step for configuration merges in the RDE. Currently this will not
Claudio Jeker
2003-12-17
welcome, bgpd
Henning Brauer