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
/
printconf.c
Age
Commit message (
Expand
)
Author
2018-09-21
Implement code to parse, print and reload roa-set tables.
Claudio Jeker
2018-09-20
Split up as_set into a set_table and an as_set. The first is what does
Claudio Jeker
2018-09-20
Switch prefixset to an RB_TREE instead of a SIMPLEQ. This allows to trigger
Claudio Jeker
2018-09-13
Noticed that the equal case is a bit wrong while adjusting the regress tests.
Claudio Jeker
2018-09-13
ROA entires are allowing to define a prefix with a maxlen.
Claudio Jeker
2018-09-10
remove some empty lines from printconf output. ok claudio@
Sebastian Benoit
2018-09-09
Rework the parser a bit to be more sane when it comes to newline and comma
Claudio Jeker
2018-09-09
Add network prefix-set <name> syntax to announce networks in a prefix-set.
Sebastian Benoit
2018-09-08
implement or-longer filter op for prefix-sets. Allows one two write rules like
Sebastian Benoit
2018-09-08
Change the way we parse prefix-sets so that newlines are allowed in more
Claudio Jeker
2018-09-07
Implement as-set a fast lookup table to be used instead of long list of
Claudio Jeker
2018-09-05
Implement most prefixlen operations as OP_RANGE (prefixlen A - B).
Claudio Jeker
2018-09-05
Change the way as_compare() and aspath_match() handle 'neighbor-as'. Instead
Claudio Jeker
2018-07-11
add option "network ... priority number" to announce prefixes from the
Sebastian Benoit
2018-06-13
Deprecate announce (all|self|none|default-route)
Claudio Jeker
2018-02-10
Add prefix-sets, lists of prefixes which can be used in place of a
Sebastian Benoit
2017-08-12
allow filter rules to be written that affect ibgp or ebgp neighbors
Peter Hessler
2017-08-11
softreconfig in and out are on by default for ever and machines now have
Claudio Jeker
2017-05-31
Rework the way we do extended communities (mainly in the parser) and update
Claudio Jeker
2017-05-27
Allow an administrator to disable the bgp loop detection algorithm,
Peter Hessler
2017-05-27
Allow OpenBGPD to selectively choose which local ASN to use per-peer.
Peter Hessler
2017-05-27
allow us to use 'local-as' in the filter language
Peter Hessler
2017-01-24
sync log.c from relayd et al to bgpd.
Sebastian Benoit
2016-10-14
Add support for draft-ietf-idr-large-community
Peter Hessler
2016-10-05
Let bgpd announce routes based on a route-label.
Peter Hessler
2016-07-13
output the no-longer-so-new AS operators when printing the
Sebastian Benoit
2015-09-21
Let us log all updates sent from an individual peer. Since this can be
Peter Hessler
2015-07-16
Next round of config cleanup. Move various lists into the bgpd_config struct.
Claudio Jeker
2015-04-25
allow us to write rules that match directly on the peer AS
Peter Hessler
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-01-17
Fixup printing of rdomain configs -- add network statements and only print
Claudio Jeker
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
2011-09-17
Implement new mrt table dump format as specified in draft-ietf-grow-mrt.
Claudio Jeker
2010-12-31
Add missing #includes instead of assuming that some system header pulls in
Philip Guenthe
2010-08-06
Correct a problem which could cause the wrong af to be displayed.
Jonathan Gray
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-03-05
Allow to filter for ext-community attributes. Currently only perfect matches
Claudio Jeker
2010-03-03
Compare against correct flag when printing "network inet6 static"
Claudio Jeker
2009-12-17
Fix formatstring in printf.
Claudio Jeker
2009-12-16
Implement "set ext-community [delete] subtype key:value" to set and delete
Claudio Jeker
2009-12-08
Big AID change part two. This changes the mp capability into an array of
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
[next]