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.c
Age
Commit message (
Expand
)
Author
2004-01-11
Add to the IMSG_SESSION_UP message the local and remote address of the
Claudio Jeker
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-07
Modified version of hennings last patch. OK henning@
Claudio Jeker
2004-01-07
don't ever send kroute change (that includes add) requests to the parent
Henning Brauer
2004-01-07
Make sure that kroute updates for the FIB are only sent if there is a
Claudio Jeker
2004-01-06
2004
Henning Brauer
2004-01-05
Big overhaul of the mrt code.
Claudio Jeker
2004-01-04
split the dispatch_imsg function into twom one per pipe.
Henning Brauer
2004-01-04
in the SE, keep the remote router-id in network byte order, just like
Henning Brauer
2004-01-03
move some session specific stuff to session.h and make the few files
Henning Brauer
2004-01-03
decouple the peer list from bgpd_config.
Henning Brauer
2004-01-03
change imsg_read semantics so that the number of bytes read is returned.
Henning Brauer
2004-01-01
now that imsg_get uses bigger buffers, one read call can put more than one
Henning Brauer
2003-12-27
implement "no fib-update" much cooler
Henning Brauer
2003-12-27
do not print NULL nexthop (e.g. from a withdrawn route)
Jakob Schlyter
2003-12-26
print nexthop when logging. ok henning@
Jakob Schlyter
2003-12-26
"when you try to be very smart, something breaks horribly"
Henning Brauer
2003-12-26
when asking the kernel to add a route, send him the true nexthop and not
Henning Brauer
2003-12-26
add option 'log updates' to log updates. ok henning@
Jakob Schlyter
2003-12-26
let imsg_get and imsg_compose not fatal() but return errors upstream.
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-25
kill IMSG_KROUTE_ADD as well. just send KROUTE_CHANGE requests.
Henning Brauer
2003-12-24
syscalls return -1 on err so test for == -1 instead of the < 0 found in very
Henning Brauer
2003-12-24
now that the main process can cleanup without RDE's help, we do not need the
Henning Brauer
2003-12-24
now that we keep track of the routes we added to the kernel we can remove
Henning Brauer
2003-12-24
add option to not touch the kernel routing table
Henning Brauer
2003-12-24
handle write() returning 0 correctly, adjust the msgbuf API appropriately,
Henning Brauer
2003-12-23
spacing
Theo de Raadt
2003-12-23
kill a chunk of debug code that is not usefull any more
Henning Brauer
2003-12-23
In case of exit the RDE need to tell the parent to remove all still active
Claudio Jeker
2003-12-23
send shutdown requests to the child processes and wait for a ackmessage from
Henning Brauer
2003-12-23
Send updates to the main process so they can be added to the kernel
Claudio Jeker
2003-12-21
rename get_imsg() to imsg_get(); that's more consistent
Henning Brauer
2003-12-21
wrap read & write buffers for imsgs into a struct.
Henning Brauer
2003-12-21
overhaul the write buffering code.
Henning Brauer
2003-12-20
knf. OK henning@
Claudio Jeker
2003-12-20
more cast cleanup imsg_compose takes now a void * argument. OK henning@
Claudio Jeker
2003-12-20
few missing break; in default: cases in switch; one noticed by tedu@
Henning Brauer
2003-12-20
keep track which process we are so fatal() can log in which proc the
Henning Brauer
2003-12-20
formulate two comparisons sligthly different to prevent the left side from
Henning Brauer
2003-12-20
poll returns plain int...
Henning Brauer
2003-12-19
knf
Theo de Raadt
2003-12-19
Rework of the RDE config merge. This fixes problems with peers that
Claudio Jeker
2003-12-19
fix getpwnam use; noticed by claudio@
Henning Brauer
2003-12-19
knf & 64-bit cleanup; henning ok
Theo de Raadt
2003-12-19
for(p = something; p != NULL; p = p->next) is not going to fly if there is
Henning Brauer
[prev]
[next]