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
/
bgpd.h
Age
Commit message (
Expand
)
Author
2003-12-26
provide a real log_err
Henning Brauer
2003-12-26
log_err -> log_peer_err
Henning Brauer
2003-12-26
log nexthop status changes
Henning Brauer
2003-12-26
+ log_ntoa, a simple helper funtion that doesn't require a struct in_addr...
Henning Brauer
2003-12-26
remove he pathetic log_kroute()
Henning Brauer
2003-12-26
handle IMSG_NEXTHOP_DELETE as well
Henning Brauer
2003-12-26
kroute_nexthop_check -> kroute_nexthop_add
Henning Brauer
2003-12-26
kroute_validate_nexthop is a private function
Henning Brauer
2003-12-26
finally marry rde and kroute parts of the nexthop verification:
Henning Brauer
2003-12-25
RDE part of the nexthop verification puzzle.
Claudio Jeker
2003-12-25
bring us closer to a complete nexthop verification that does NOT need
Henning Brauer
2003-12-25
track routing table changes that are _not_ caused by bgpd itself
Henning Brauer
2003-12-25
implement "passive": do not attempt to open a tcp connection to the
Henning Brauer
2003-12-25
kill IMSG_KROUTE_ADD as well. just send KROUTE_CHANGE requests.
Henning Brauer
2003-12-25
it actually makes more sense to call the merged function kroute_change
Henning Brauer
2003-12-25
kroute_change is obsolete, long live kroute_add
Henning Brauer
2003-12-24
following up on a discussion with theo, read(2) as much as possible at once
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 log_kroute()
Henning Brauer
2003-12-24
add option to not touch the kernel routing table
Henning Brauer
2003-12-23
send shutdown requests to the child processes and wait for a ackmessage from
Henning Brauer
2003-12-23
allow the listening address to be specified, default to INADDR_ANY
Henning Brauer
2003-12-22
o add low-level functions for adding/chaining/removing kernel routes
Henning Brauer
2003-12-22
add a configtest mode
Henning Brauer
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-21
queued_reads in struct peer was not ever used exept for an initialization to 0
Henning Brauer
2003-12-21
yet more from the castathon; most aspath functions where accessing non-
Claudio Jeker
2003-12-20
more cast cleanup imsg_compose takes now a void * argument. OK henning@
Claudio Jeker
2003-12-20
let buf_add take void *data instead of u_char *data and save a zillion
Henning Brauer
2003-12-20
make imsg.data void *, theo
Henning Brauer
2003-12-20
keep track which process we are so fatal() can log in which proc the
Henning Brauer
2003-12-20
read(2)/write(2) return ssize_t, not size_t
Henning Brauer
2003-12-17
welcome, bgpd
Henning Brauer