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
2017-05-28
Implement an XON/XOFF protocol between the RDE and the SE to throttle
Claudio Jeker
2017-01-13
Add support for draft-ietf-idr-shutdown
Peter Hessler
2015-10-25
Rename imsg_compose_parent and imsg_compose_rde to imsg_ctl_parent and
Claudio Jeker
2015-10-11
some peers are following an expired draft RFC and are sending "unknown"
Peter Hessler
2015-07-20
Make bgpd execute the RDE and session engine process instead of just forking.
Claudio Jeker
2015-07-16
Next round of config cleanup. Move various lists into the bgpd_config struct.
Claudio Jeker
2015-02-09
Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or
Claudio Jeker
2013-05-30
When removing "dump (all|updates)" from bgpd.conf and reloading, tell
Florian Obser
2013-03-07
Implements a few missing bits for better templates support:
Claudio Jeker
2012-09-12
Better graceful restart support (implementing more then just the EoR record).
Claudio Jeker
2012-04-12
accept() pacing for bgpd based on similar work done on other daemons.
Claudio Jeker
2011-09-18
Reorder the headerfiles a bit. Move the bgpd specific prototypes out of
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-10-15
Add the FSM suberrors specified in draft-ietf-idr-fsm-subcode. This
Claudio Jeker
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-17
Last bits of MPLS VPN support. Hook kernel routing tables and RIB together.
Claudio Jeker
2010-05-03
Make it possible to load multiple routing tables at the same time and use
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-09-02
Implement all of RFC 4486 BGP Cease Notification Message Subcodes.
Claudio Jeker
2009-06-05
Adjust print_config to all the stuff added in the last days.
Claudio Jeker
2009-06-04
Add "rde rib <name>" to the config and allow the rde to use these other RIBs.
Claudio Jeker
2008-09-11
remove hackery to un-demote after the session has been established for
Henning Brauer
2008-05-08
timer_due is not needed any more
Henning Brauer
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
send timers for bgpctlshow neighbor foo timer in seperate messages after
Henning Brauer
2007-12-20
rework timers.
Henning Brauer
2007-04-23
Make bgpd 4-byte AS compatible. All internal representations of AS numbers
Claudio Jeker
2007-04-06
Count the updates and withdraws for additional statisic gathering.
Claudio Jeker
2007-01-26
Massiv rework of the control imsg flow. Main changes:
Claudio Jeker
2007-01-04
Do not run rde_shutdown() unless bgpd is started with -d.
Claudio Jeker
2006-10-26
* make sure we keep copies of everything we need to
Henning Brauer
2006-10-26
storing the dynamically acquired SPIs for tcpmd5 inside the conf struct
Henning Brauer
2006-08-27
add code to announce the restart capability according to
Henning Brauer
2006-07-28
factor out the code to build bgp messages, ok claudio a long time ago
Henning Brauer
2006-06-17
implement carp demotion control for bgpd.
Henning Brauer
2006-05-27
Cleanup with lint. Make the poll fd indexes unsigned and because of that
Claudio Jeker
2006-05-23
allow bgpd to request a route refresh from a neighbor if that neighbor
Henning Brauer
2006-01-24
introduce a second control socket, which is restricted to certain messages,
Henning Brauer
2006-01-03
Move functions shared with bgpctl into new file util.c. Simplifies the
Claudio Jeker
2005-10-19
on "bgpctl neighbor foo clear", we used to send a STOP event immediately
Henning Brauer
2005-09-19
implement fast reconnects
Henning Brauer
2005-06-04
when sending out a notification record the error code and suberror code in
Henning Brauer
2005-04-05
magic police, Jason Ackley <jason@ackley.net>
Henning Brauer
2004-12-23
introduce getpeerbydesc(), find a peer by its description
Henning Brauer
2004-12-23
lower latency by processing no more than 25 messages at once for each peer
Henning Brauer
[next]