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
/
parse.y
Age
Commit message (
Expand
)
Author
2015-07-16
Next round of config cleanup. Move various lists into the bgpd_config struct.
Claudio Jeker
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
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
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-05-02
spelling; Denis Fondras
Theo de Raadt
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
Knob to set priority with which bgpd inserts routes into the kernel
Florian Obser
2013-10-19
Merge the prefix and prefixlen filter bits into one filter. Change the
Claudio Jeker
2013-09-27
typo in macro name; no md5 change
Stuart Henderson
2013-05-11
change mrt rib dump ReopenTimerInterval from time_t to int. Intervalls
Sebastian Benoit
2012-11-13
Allow filtering based on the NEXTHOP attribute. This allows to build rules
Claudio Jeker
2012-09-23
Enable graceful restart by default. The only way to find out if it works for
Claudio Jeker
2012-09-12
Better graceful restart support (implementing more then just the EoR record).
Claudio Jeker
2012-07-13
Make sure that set med 0 is ACTION_SET_MED and not relative. Fixes
Claudio Jeker
2012-04-12
The ebgp flags is just a truth value and it is better to not == 1 compares.
Claudio Jeker
2011-09-17
Implement new mrt table dump format as specified in draft-ietf-grow-mrt.
Claudio Jeker
2011-05-01
On reload the filtersets attached to a network need to be moved to the
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
2010-06-27
Instead of specifying the control sockets on the command line have them
Claudio Jeker
2010-05-17
Implement two new filters, max-as-len and max-as-seq. The first is limiting
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-28
Allow neighbor-as in AS filter statements like:
Claudio Jeker
2010-04-26
Fix some memory leaks on config reload failure and move one particular
Claudio Jeker
2010-03-31
network static and network connected have been superseded by network inet
Claudio Jeker
2010-03-05
Allow to filter for ext-community attributes. Currently only perfect matches
Claudio Jeker
2010-01-13
Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so
Claudio Jeker
2010-01-11
lex <=, >=, !=, and >< into a single token for correctness and to reduce the
Theo de Raadt
2009-12-16
Implement "set ext-community [delete] subtype key:value" to set and delete
Claudio Jeker
2009-12-09
parsecommunity() always works on a struct filter_community. So pass a
Claudio Jeker
2009-12-09
parsecommunity() does not allow to set unknown well-known communities.
Claudio Jeker
2009-12-08
Big AID change part two. This changes the mp capability into an array of
Claudio Jeker
2009-12-06
Doh, switch src and dst in memcpy calls or the wrong thing gets copied.
Claudio Jeker
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2009-11-26
support for set origin; based on an initial diff from
Henning Brauer
2009-11-11
Plug two memory leaks in error pathes. Found by parfait. OK henning, jsg
Claudio Jeker
2009-10-13
Disable graceful restart for now. The EOR marker is sent in the wrong place
Claudio Jeker
2009-10-06
Add config knobs to enable/disable individual BGP capabilities per neighbor.
Claudio Jeker
2009-09-04
Make sure that a proper syntax error is produced when something else then
Claudio Jeker
2009-09-04
Use the address familiy of the neighbor IP to decide which MP type to use.
Claudio Jeker
2009-08-31
Use UINT_MAX instead of ASNUM_MAX and get rid of this mostly useless define.
Claudio Jeker
2009-08-03
Make announce "self" work like all others (self is a bit special because
Claudio Jeker
2009-07-20
Flag added RIBs as F_RIB_NOFIB | F_RIB_NOEVALUATE in the no-eval case even
Claudio Jeker
[next]