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
2018-09-07
Some space fixes mentioned by benno@
Claudio Jeker
2018-09-07
Implement a fast presix-set lookup. This magic trie is able to match a
Claudio Jeker
2018-09-07
Implement as-set a fast lookup table to be used instead of long list of
Claudio Jeker
2018-07-14
get rid of two more implicit ktable_get with rdomain 0.
Sebastian Benoit
2018-07-10
You can run multiple copies of bgpd in seperate rdomains.
Sebastian Benoit
2018-02-10
Add prefix-sets, lists of prefixes which can be used in place of a
Sebastian Benoit
2017-08-12
Make not yet implemented pledges more visible in grep output.
Florian Obser
2017-06-27
move a global into local context; from rob pierce
Theo de Raadt
2017-05-28
so far, bgpd was hardcoded to use rtable 0 for nexthop verification.
Henning Brauer
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
[next]