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
/
control.c
Age
Commit message (
Expand
)
Author
2004-01-11
new message IMSG_CTL_SHOW_NEXTHOP: request/send lost of BGP nexthops and
Henning Brauer
2004-01-09
for IMSG_CTL_KROUTEs allow matching based on flags,
Henning Brauer
2004-01-09
get us a stateful imsg relaying framework, and the first receiver,
Henning Brauer
2004-01-09
you must not try to read(2) without checking (pfd->revents & POLLIN)
Henning Brauer
2004-01-06
two new imsg types, IMSG_CTL_NEIGHBOR_UP and _DOWN, on their receival on the
Henning Brauer
2004-01-06
2004
Henning Brauer
2004-01-05
allow fib couple/decouple based on an imsg received on the control socket
Henning Brauer
2004-01-04
-new imsg CTL_RELOAD
Henning Brauer
2004-01-04
allow "show neighbor" to be limited to one specific neighbor
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-03
send an imsg as list end indicator
Henning Brauer
2004-01-03
fix umask, noticed by theo
Henning Brauer
2004-01-02
umask setting and unlink before bind() the unix socket, chmod and umask
Henning Brauer
2004-01-02
move the socket name #define to bgpd.h and get rid of bgpdctl*
Henning Brauer
2004-01-01
listen on a AF_LOCAL socket for imsgs too.
Henning Brauer