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
Age
Commit message (
Expand
)
Author
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-19
knock out "Ns Li" before colons - the Li was being ignored anyway, and i
Jason McIntyre
2015-07-19
clarify how inet|inet6 work in filters
Sebastian Benoit
2015-07-18
give bgpd's fatal() varargs and use it to instrument bgpd fatal()
Sebastian Benoit
2015-07-17
Only filter RTF_LLINFO or RTF_BROADCAST routes out but not RTF_LOCAL ones
Claudio Jeker
2015-07-16
Next round of config cleanup. Move various lists into the bgpd_config struct.
Claudio Jeker
2015-07-16
fix pasto in error string
Bret Lambert
2015-07-08
Check for RTF_CONNECTED to track interface (connected) routes.
Martin Pieuchot
2015-06-21
There is a race between sending notifications to the SE and getting a new
Claudio Jeker
2015-06-19
show the number of (currently) known prefixes and the max-prefix limit,
Peter Hessler
2015-04-26
mlarkin asks "bgpctl checks the length of the control socket path to
Sebastian Benoit
2015-04-25
allow us to write rules that match directly on the peer AS
Peter Hessler
2015-03-14
rename rde_free_filter() to filterlist_free() and start using it outside
Claudio Jeker
2015-03-14
Move the command line options (mainly -d and -v) out of struct bgpd_config
Claudio Jeker
2015-03-14
Move the code that adjust FIB priority when changed during a config reload
Claudio Jeker
2015-02-28
Reduce usage of predefined strings in manpages.
Anthony J. Bentley
2015-02-11
Use sizeof(u_short) in the first check since there are RT messages that
Claudio Jeker
2015-02-10
Make also the special sockets SOCK_NONBLOCK. For the routing socket add
Claudio Jeker
2015-02-09
Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or
Claudio Jeker
2015-01-21
Include <netinet/in.h> before <net/pfvar.h>. In a future change when
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-12-18
two more uses of siphash. better hash for ipv4. maybe not needed for rbtree
Ted Unangst
2014-12-12
convert some hash tables (the easy ones) to siphash. ok benno.
Ted Unangst
2014-12-04
replace an overlapping memcpy with memmove, ok deraadt tedu
Stuart Henderson
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-11
Adjust aspath_strlen() since the output format changed to ASPLAIN.
Claudio Jeker
2014-11-11
The default output format for 32bit AS numbers has moved from AS_DOT+
Peter Hessler
2014-11-10
Fix horrible spelling mistake introduced in r1.17
Miod Vallat
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-11-02
Add gcc format attributes to parse.y's yyerror() for bgpd.
Doug Hogan
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-10-08
Use reallocarray() throughout to spot multiplicative int overflow.
Theo de Raadt
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2014-05-20
destinct is spelled distinct.
David Gwynne
2014-05-02
spelling; Denis Fondras
Theo de Raadt
2014-04-19
Try to be clear why struct mrt_config nodes are allocated and
Claudio Jeker
2014-04-13
fix language/spelling in error string
Bret Lambert
2014-01-24
fix the matching for filter rules of 'prefixlen = XX'
Peter Hessler
2014-01-23
allow the somewhat special case
Sebastian Benoit
2014-01-22
Fix a bug where stale routes were not properly flushed on sessions announcing
Claudio Jeker
2014-01-22
relax the cfg file secrecy check slightly to allow group readability
Henning Brauer
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
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-10-30
use more careful format strings to deal with various forms of AS#'s
Theo de Raadt
2013-10-19
Merge the prefix and prefixlen filter bits into one filter. Change the
Claudio Jeker
2013-10-17
Less ambiguous wording concerning control socket configuration options.
Bret Lambert
2013-10-16
some .Pa;
Jason McIntyre
2013-09-27
typo in macro name; no md5 change
Stuart Henderson
[prev]
[next]