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
/
bgpd.c
Age
Commit message (
Expand
)
Author
2017-01-24
sync log.c from relayd et al to bgpd.
Sebastian Benoit
2016-09-03
Simplify shutdown process.
Renato Westphal
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2016-06-20
change the "nexthop 1.2.3.4 now valid: via 192.168.0.1" message to log_debug()
Sebastian Benoit
2016-02-02
Remove setproctitle() for the parent process. Because rc.d(8) uses process
Stuart Henderson
2015-11-27
Imporve error messages for the imsg handler code. OK sthen@
Claudio Jeker
2015-11-20
bgpd has been naughty. It tries to play with AF_UNIX sockets without
Florian Obser
2015-11-17
pledge() esposes a design issue in bgpd that will take a moment to
Sebastian Benoit
2015-11-12
pledge the bgpd main process. Some of the promises can be improved upon
Sebastian Benoit
2015-08-04
Give more precise errors, to help track when bgpd quits
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-03-14
Move the command line options (mainly -d and -v) out of struct bgpd_config
Claudio Jeker
2015-02-09
Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or
Claudio Jeker
2013-11-13
from claudio
Sebastian Benoit
2013-11-13
Knob to set priority with which bgpd inserts routes into the kernel
Florian Obser
2013-05-31
Unfuck BGP MPLS VPNs that got broken by the last few reload related commits.
Claudio Jeker
2013-03-07
Implements a few missing bits for better templates support:
Claudio Jeker
2012-11-02
Unstick bgpctl reload after reloading a bgpd.conf with errors.
Florian Obser
2012-09-18
Only allow one reload request at a time in bgpd. Needed for further work.
Claudio Jeker
2011-08-20
Decouple log_verbose() from log_init() so the verbose flag stays set with
Stuart Henderson
2011-05-01
Free cname and rcname on exit. Found by Milosz Jakubowski
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-06-28
remove -r and -s from usage, these options were dropped on a previous
Igor Sobrado
2010-06-27
Instead of specifying the control sockets on the command line have them
Claudio Jeker
2010-05-19
Add softreconfig support for peers changing the RIB. Done by first unloading
Claudio Jeker
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
2010-04-26
Add some { } for better readability and to make the code look like the
Claudio Jeker
2010-04-26
Fix some memory leaks on config reload failure and move one particular
Claudio Jeker
2010-04-22
Including bgpd.h in mrt.h is dumb.
Claudio Jeker
2010-04-13
Instead of passing AF specific struct kroutes over imsgs use a struct
Claudio Jeker
2010-03-29
Since we always reload the config now there is no need to allocate the
Claudio Jeker
2010-03-03
Remove superfluous newline
Claudio Jeker
2010-02-11
We need to load the config before kr_init() is called or fib-update is
Claudio Jeker
2010-01-11
Do not crash when starting up with a bad config file. Check that
Claudio Jeker
2009-12-31
Instead of passing the config via arguments to the childs on bootup issue
Claudio Jeker
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-07-20
On config reload errors free the list of ribs so that following reloads
Claudio Jeker
2009-06-07
First attempt at reload support for RIBs. There is some magic that I do
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-05-12
Error out with usage line if additional arguments are given after the
Pierre-Yves Ritschard
2007-05-11
Various spelling fixes from Stuart Henderson.
Claudio Jeker
2007-01-26
Massiv rework of the control imsg flow. Main changes:
Claudio Jeker
2007-01-04
ignore SIGPIPE, like the other 2 processes already do. we detect broken
Henning Brauer
2007-01-04
Do not run rde_shutdown() unless bgpd is started with -d.
Claudio Jeker
2006-11-28
allow bgpd to work on alternate routing tables, claudio ok, jmc manpage help
Henning Brauer
2006-06-19
add -c to usage() and synopsis;
Jason McIntyre
[next]