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.h
Age
Commit message (
Expand
)
Author
2004-04-27
initial route refresh support per RFC2918
Henning Brauer
2004-04-26
load ipsec SAs into the kernel and enable them.
Markus Friedl
2004-04-26
announce multiprotocol capabilities - IPv4 multicast for now
Henning Brauer
2004-04-25
Remove the no longer needed configure stuff in RDE. The peer list needs no
Claudio Jeker
2004-04-16
let getpeerbyip work for both v4 and v6
Henning Brauer
2004-04-16
make log_conn_attempt work in an address family independent matter
Henning Brauer
2004-04-13
parse the BGP Multiprotocol Extensions (RFC 2858) capabilities and store in
Henning Brauer
2004-03-11
Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@
Claudio Jeker
2004-03-11
Free unneeded mrt lists in SE and on exit. OK henning@
Claudio Jeker
2004-03-10
pass a pointer to the network list as well to session_main so we can free()
Henning Brauer
2004-03-10
pass a pointer to the filter rule list to session_main() so we can free()
Henning Brauer
2004-03-10
implement framework to announce capabilities in the open messages we send.
Henning Brauer
2004-03-05
new error code "unsupported capability" from RFC 3392
Henning Brauer
2004-03-05
add a parser for the capability announcements using the OPEN message as per
Henning Brauer
2004-03-01
Forgotten in the last commit. Sync printconfig and parser.
Claudio Jeker
2004-02-26
show rib infrastructure. At least full dumps and per as dumps. Per prefix
Claudio Jeker
2004-02-16
Make the path attribute handling more RFC conformant. Also move the
Claudio Jeker
2004-02-09
print networks too
Henning Brauer
2004-02-09
print more fluff
Henning Brauer
2004-02-08
factor out functions to print the configuration (rules only for now)
Henning Brauer
2004-02-07
send filter rules to the RDE on reloads, help & ok claudio
Henning Brauer
2004-02-06
initial cut at the filtering language.
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
-struct peer_auth to store the SPIs, linked into struct peer
Henning Brauer
2004-01-22
make log_peer_* take a struct peer_config instead of the session engine
Henning Brauer
2004-01-22
log_peer_err -> log_peer_warn
Henning Brauer
2004-01-17
Make it possible to announce own networks. In the RDE these prefixes are
Claudio Jeker
2004-01-11
clean up setting the poll events a bit. no functional changes.
Henning Brauer
2004-01-11
once the tcp session is established use gettsockname/getpeername to get
Henning Brauer
2004-01-09
get us a stateful imsg relaying framework, and the first receiver,
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
lower the initial value for the IdleHold timer from 90 to 30 seconds.
Henning Brauer
2004-01-06
properly punish oscillating neighbors.
Henning Brauer
2004-01-06
rename our StartTimer to IdleHoldTimer as per draft-ietf-idr-bgp4-23
Henning Brauer
2004-01-06
2004
Henning Brauer
2004-01-05
Big overhaul of the mrt code.
Claudio Jeker
2004-01-04
keep seperate message counters for open/update/keepalive/notification
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
keep track of last session up/down and last successfull read
Henning Brauer
2004-01-03
add message counters
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-01
listen on a AF_LOCAL socket for imsgs too.
Henning Brauer
2003-12-19
zap the msg_ struct we don't ever use
Henning Brauer
2003-12-17
welcome, bgpd
Henning Brauer