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
/
session.c
Age
Commit message (
Expand
)
Author
2004-03-05
improve logging when we are unhappy with an OPEN message, claudio ok
Henning Brauer
2004-03-05
let parse_open() call change_state() on error itself, so that after sending
Henning Brauer
2004-03-05
implement a parser for the optional attributes in OPEN messages and properly
Henning Brauer
2004-03-05
when a session that had a tcp connection established is pushed back to IDLE,
Henning Brauer
2004-02-26
show rib infrastructure. At least full dumps and per as dumps. Per prefix
Claudio Jeker
2004-02-25
Rewrite some parts of the mrt dump handling. It is no longer possible to
Claudio Jeker
2004-02-21
keep O_NONBLOCK after teh tcp sessions are established, claudio ok
Henning Brauer
2004-02-18
fix thinko in the revents & (POLLIN|POLLOUT) case
Henning Brauer
2004-02-17
improve logging on connection open fail
Henning Brauer
2004-02-17
init wbuf.sock too in init_peer()
Henning Brauer
2004-02-17
bit better err msgs after buf_close (which can't fail anyway actually)
Henning Brauer
2004-02-17
check for EAGAIN after read
Henning Brauer
2004-02-17
two more returns; open msg counter might have gotten increased too much
Henning Brauer
2004-02-17
On write error return and do not try to make a read. OK henning@
Claudio Jeker
2004-02-17
init len for getsockname and getpeername, found and ok claudio
Henning Brauer
2004-02-16
superfluous tabs
Claudio Jeker
2004-02-16
Make the path attribute handling more RFC conformant. Also move the
Claudio Jeker
2004-02-02
2 missing returns in error pathes
Henning Brauer
2004-02-01
put v6 cruft into session_up() while beeing there... claudio ok
Henning Brauer
2004-01-31
rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIG
Henning Brauer
2004-01-30
-enable md5sig on the listening socket
Henning Brauer
2004-01-29
enable tcp md5sig om the connecting socket when md5sig is configured for that
Henning Brauer
2004-01-28
improve logging
Henning Brauer
2004-01-28
KNF
Henning Brauer
2004-01-28
catch SIGINT here as well so we can properly shut down if ^C'ed in debug mode
Henning Brauer
2004-01-28
STOP events for all sessions before we exit.
Henning Brauer
2004-01-28
repair the bind() in session_connect; only used if local-addr was specified
Henning Brauer
2004-01-28
improve logging
Henning Brauer
2004-01-28
we need a pfkey_init the gets us a PF_KEY socket before we drop privs
Henning Brauer
2004-01-28
call pfkey_auth_establish() on START events
Henning Brauer
2004-01-27
use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and
Henning Brauer
2004-01-23
make sure to only use the accept()ed connection of there is no other existing
Henning Brauer
2004-01-23
sync comments with reality and properly log accept() errors
Henning Brauer
2004-01-22
make log_peer_* take a struct peer_config instead of the session engine
Henning Brauer
2004-01-22
use log_warnx and log_info. reclassify a few messages in the process and fix
Henning Brauer
2004-01-22
log_peer_err -> log_peer_warn
Henning Brauer
2004-01-22
s/log_err/log_warn/
Henning Brauer
2004-01-17
allow the interfaces as bgpd sees 'em to be queried via imsgs
Henning Brauer
2004-01-13
Better update error handling. Ensure that the session goes down and
Claudio Jeker
2004-01-11
Add to the IMSG_SESSION_UP message the local and remote address of the
Claudio Jeker
2004-01-11
clean up setting the poll events a bit. no functional changes.
Henning Brauer
2004-01-11
new message IMSG_CTL_SHOW_NEXTHOP: request/send lost of BGP nexthops and
Henning Brauer
2004-01-11
once the tcp session is established use gettsockname/getpeername to get
Henning Brauer
2004-01-10
re-enable sending outgoing updates
Henning Brauer
2004-01-10
we are only interested in POLLOUT for a session socket when we either
Henning Brauer
2004-01-10
disable sending UPDATEs for now; it triggers som blocking bug...
Henning Brauer
2004-01-10
i buy a break;
Henning Brauer
2004-01-10
send out UPDATE messages to the peer(s) that we receive from the RDE
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
[prev]
[next]