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
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
2013-09-10
Document that wildcards can also be used when deleting communities.
Paul de Weerd
2013-08-14
Rewrite the internals of the RDE reload logic.
Claudio Jeker
2013-08-14
no longer any need to quote macro lines with >9 args;
Jason McIntyre
2013-07-17
on graceful restart, the number of prefixes could be counted wrong,
Sebastian Benoit
2013-07-10
Change the way the RDE updates its peer list. The SE is now always sending
Claudio Jeker
2013-06-14
grammar. ok jmc@
Mark Lumsden
2013-05-31
Unfuck BGP MPLS VPNs that got broken by the last few reload related commits.
Claudio Jeker
2013-05-30
When removing "dump (all|updates)" from bgpd.conf and reloading, tell
Florian Obser
2013-05-30
Add partial support to bgpd for the ttl hack with ipv6. This sends the correct
Stuart Henderson
2013-05-22
Set the correct route priority in send_rt6msg, as done for send_rtmsg.
Stuart Henderson
2013-05-22
whitespace nits
Stuart Henderson
2013-05-20
D'oh, add missing break in prefix_writebuf(). Another find by blambert@
Claudio Jeker
2013-05-20
Call pt_getaddr() a bit earlier so that addr.aid is available when first
Claudio Jeker
2013-05-11
change mrt rib dump ReopenTimerInterval from time_t to int. Intervalls
Sebastian Benoit
2013-03-20
less includes
Theo de Raadt
2013-03-14
use after free; 33% found by llvm
Florian Obser
2013-03-14
correct struct in sizeof(); found by llvm
Florian Obser
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
2013-01-17
Fixup printing of rdomain configs -- add network statements and only print
Claudio Jeker
2013-01-10
Don't log "unknown subcode" for subcode 0 when the hold timer expires,
Stuart Henderson
2013-01-09
Almost exactly 10 years ago, we changed the length of PF table names to
Peter Hessler
2013-01-02
man page bits for "announce restart yes" default
Florian Obser
2012-12-01
The capability parser should only return an error in extreme cases. If a
Claudio Jeker
2012-11-15
buf_* -> ibuf_* in various log entries to reflect correct function names.
Kenneth R Westerback
[next]