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
2022-02-04
Rename sockaddr_un sun to sa_un since sun is defined on illumos systems.
Claudio Jeker
2021-04-27
Add IMSG_CTL_SHOW_RTR to the list of restriced control messages.
Claudio Jeker
2021-02-16
Add RTR support to OpenBGPD. Add basic support for the protocol.
Claudio Jeker
2020-12-30
Implement IMSG_CTL_SHOW_SET to get information about roa-set, as-sets and
Claudio Jeker
2020-12-11
Make the timer code independent of struct peer this way it can be used
Claudio Jeker
2020-11-05
Refactor the control code to be more like a module.
Claudio Jeker
2020-05-10
In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]')
Theo de Raadt
2019-08-12
Reset the IdleHoldTime and the session error count when doing a admin
Claudio Jeker
2019-08-08
Use O_CLOEXEC or SOCK_CLOEXEC on every open or socket call. Even though
Claudio Jeker
2019-05-27
Switch the peer TAILQ to a RB tree indexed by the peer id. This way
Claudio Jeker
2019-03-31
Move the struct peer into bgpd_config and switch it to a TAILQ instead of
Claudio Jeker
2019-02-12
Handle the abnormal case of not having any neighbors defined a bit better
Claudio Jeker
2019-01-20
Support group descriptions in control messages that accept a neighbor
Claudio Jeker
2018-12-27
Check if a control socket or address is already in use befor using it.
remi
2018-12-22
bgpctl can cause bgpd to do a lot of work (e.g. dumping all of the RIB)
Claudio Jeker
2018-11-28
Start reworking community handling. Merge standard communities and large
Claudio Jeker
2017-08-11
softreconfig in and out are on by default for ever and machines now have
Claudio Jeker
2017-08-10
handle extended communities in bgpctl.
Sebastian Benoit
2017-05-28
Implement an XON/XOFF protocol between the RDE and the SE to throttle
Claudio Jeker
2017-02-13
draft-ietf-idr-shutdown extends to support a message on either of
Peter Hessler
2017-01-24
sync log.c from relayd et al to bgpd.
Sebastian Benoit
2017-01-13
Add support for draft-ietf-idr-shutdown
Peter Hessler
2017-01-08
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2016-10-14
Add support for draft-ietf-idr-large-community
Peter Hessler
2015-12-05
cleanup some log messages with wrong function names etc.
Sebastian Benoit
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-10-25
Rename imsg_compose_parent and imsg_compose_rde to imsg_ctl_parent and
Claudio Jeker
2015-10-24
"bgpctl sh rib in" and "bgpctl sh rib out" require a neighbor argument
Sebastian Benoit
2015-10-17
Do no accept fds on the control socket; including the restricted socket.
Reyk Floeter
2015-04-26
mlarkin asks "bgpctl checks the length of the control socket path to
Sebastian Benoit
2015-02-09
Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or
Claudio Jeker
2013-11-13
from claudio
Sebastian Benoit
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2013-03-07
Implements a few missing bits for better templates support:
Claudio Jeker
2012-05-27
Extend the network code to allow attributes to be passed in with prefixes.
Claudio Jeker
2012-04-12
accept() pacing for bgpd based on similar work done on other daemons.
Claudio Jeker
2010-10-29
malloc -> calloc for ctl_conn
Henning Brauer
2010-05-03
Make it possible to load multiple routing tables at the same time and use
Claudio Jeker
2010-01-13
Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so
Claudio Jeker
2009-12-08
porcesses -> processes
Jonathan Gray
2009-12-03
A bgpctl nei XY clear should not restart neighbors that are administrativly
Claudio Jeker
2009-12-02
log_warn() consistency.
Michael Knudsen
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2009-11-02
Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost
Claudio Jeker
2009-09-02
Implement all of RFC 4486 BGP Cease Notification Message Subcodes.
Claudio Jeker
2009-05-05
check that an IMSG_CTL_SHOW_RIB_PREFIX request has a valid
Stuart Henderson
2008-05-11
allow IMSG_CONTROL_SHOW_TIMER on restricted sockets
Henning Brauer
2008-05-08
make sure we always send back something on IMSG_CTL_SHOW_NEIGHBOR
Henning Brauer
2008-01-31
do not leak confd on malloc failure in control_accept()
Henning Brauer
2007-12-23
send timers for bgpctlshow neighbor foo timer in seperate messages after
Henning Brauer
[next]