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
2012-04-12
accept() pacing for bgpd based on similar work done on other daemons.
Claudio Jeker
2012-01-06
typo in log_peer_warnx message
Stuart Henderson
2011-07-09
remove that rlimit code, rc.d and login classes do it much betterer these
Henning Brauer
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-05-05
ibuf_add returns 0 or -1. adding up the return values in errs and then
Henning Brauer
2010-12-23
Increase the DATA limit in the RDE to the max value and do the same
Claudio Jeker
2010-12-09
The PF_KEY socket is like the routing socket. It must be polled all the
Claudio Jeker
2010-11-18
Log sent notification messages as well having them in the log may
Claudio Jeker
2010-11-10
Make sure that the initial configuration of the child is zeroed out
Claudio Jeker
2010-10-15
Add the FSM suberrors specified in draft-ietf-idr-fsm-subcode. This
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-06-27
Instead of specifying the control sockets on the command line have them
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-03
Make it possible to load multiple routing tables at the same time and use
Claudio Jeker
2010-04-16
Memory allocated with calloc() is initialized to zero, no need to do that
Claudio Jeker
2010-04-13
Instead of passing AF specific struct kroutes over imsgs use a struct
Claudio Jeker
2010-02-11
Not knowing a AFI/SAFI pair in the MP capability is no reason to fail
Claudio Jeker
2010-01-05
Make sure that all important config variables are synced on a reload in
Claudio Jeker
2009-12-31
Instead of passing the config via arguments to the childs on bootup issue
Claudio Jeker
2009-12-08
Big AID change part two. This changes the mp capability into an array of
Claudio Jeker
2009-12-03
Stop the IdleHold timer when going to idle state. This makes it a bit
Claudio Jeker
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2009-10-26
Better error handling when doing mrt dumps (e.g. when there is no more space
Claudio Jeker
2009-09-22
Update capability code to follow RFC 5492. Unlike before multiple
Claudio Jeker
2009-09-03
Use correct destination in memcpy(). Fixes PR6218, OK henning
Claudio Jeker
2009-09-02
Implement all of RFC 4486 BGP Cease Notification Message Subcodes.
Claudio Jeker
2009-08-21
Fix for PR6213, peers with 4-byte AS numbers were unable to connect to a
Claudio Jeker
2009-07-24
RECONF_REINIT is a bad initial reconf_action state for templates.
Claudio Jeker
2009-06-07
Change the way fds passed over a socket are retreived on the receiving side.
Eric Faurot
2009-06-06
sync bgpd/bgpctl with the common imsg code, making it lib ready as well.
Eric Faurot
2009-06-04
Add "rde rib <name>" to the config and allow the rde to use these other RIBs.
Claudio Jeker
2009-05-27
add an option to change the "connect-retry" timer which defaults to 120s.
Reyk Floeter
2009-03-19
First big chunk of mrt rewrite. Simplifies code hopefully and fixes table
Claudio Jeker
2009-03-18
Correctly check the peer group for mrt dumps. Without this all non-grouped
Claudio Jeker
2009-03-18
short_as is always initialised to the 16bit AS that is used. So no need
Claudio Jeker
2009-03-13
Move mrt code over to use the msgbuf way of queuing buffers instead of rolling
Claudio Jeker
2009-03-13
Sync buffer API with the one from ospfd. The dynamic buffers will make other
Claudio Jeker
2008-09-11
remove hackery to un-demote after the session has been established for
Henning Brauer
2008-09-05
ignore unknown SAFIs in the MP capabilities. used by some to distribute
Henning Brauer
2008-06-26
fatalx instead of fatal because errno is not set of pipe is closed. OK henning
Claudio Jeker
2008-05-08
take advantage of the timewheel: instead of checking each an every
Henning Brauer
2008-05-08
change timer internals so that we use a timewheel (tailq, sorted by expiry
Henning Brauer
2007-12-23
provide timer_nextduein, which provides the number of seconds until the
Henning Brauer
2007-12-23
use timer_running (with left = NULL, which the last commit made possible)
Henning Brauer
2007-12-20
rework timers.
Henning Brauer
2007-06-19
Ignore SIGHUP in bgpd's children to allow the use of pkill -1 bgpd for
Pierre-Yves Ritschard
2007-05-29
Correctly encode the End-of-RIB marker capability. It is just 2 bytes not
Claudio Jeker
2007-05-15
draft-ietf-idr-restart -> RFC 4724 and bump draft-ietf-idr-as4bytes to
Claudio Jeker
2007-04-23
Make bgpd 4-byte AS compatible. All internal representations of AS numbers
Claudio Jeker
2007-03-28
IPv6 ttl setting via IPV6_HOPLIMIT no longer works. Switch to
Claudio Jeker
[next]