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
2018-11-28
Start reworking community handling. Merge standard communities and large
Claudio Jeker
2018-11-18
Use correct name when printing the error message that a network prefix-set
Claudio Jeker
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-29
Implement origin validation in bgpd. This introduces two new tables, the
Claudio Jeker
2018-09-27
unbreak "inet" and "inet6" aliases in filters after rev. 1.333
Sebastian Benoit
2018-09-21
Both AS 23456 and AS 0 are reserved and can nor be used. Extend check for
Claudio Jeker
2018-09-21
better yyerror messages. "syntax error" is generally not very helpful.
Claudio Jeker
2018-09-21
Move setting of the PREFIXSET_FLAG_OPS higher up since prefixset_item rule
Claudio Jeker
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-14
Extend as_set to allow for different sized objects to be added. The only
Claudio Jeker
2018-09-13
Similar to as-set factor out the code to create a prefix-set into a function.
Claudio Jeker
2018-09-13
ROA entires are allowing to define a prefix with a maxlen.
Claudio Jeker
2018-09-10
use filterset_move() like all other network statements. It checks for
Sebastian Benoit
2018-09-09
Allow for empty as-set and prefix-set definitions by adding explicit rules
Claudio Jeker
2018-09-09
Shut up a gcc warning about uninitialized use of min & max by adding a default
Claudio Jeker
2018-09-09
Can not allow empty as-set and prefix-set blocks right now. This produces
Claudio Jeker
2018-09-09
Remove another optnl. In general we no longer support a newline between
Claudio Jeker
2018-09-09
Bad merge, change a optnl to comma since that is what we want there.
Claudio Jeker
2018-09-09
Rework the parser a bit to be more sane when it comes to newline and comma
Claudio Jeker
2018-09-09
Write asset as as_set since the other word is already used in English.
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
More BGPD_OPT_NOACTION checking to make regress happier.
Claudio Jeker
2018-09-08
If BGPD_OPT_NOACTION is set don't check that the rdomain exists.
Claudio Jeker
2018-09-08
Change the way we parse prefix-sets so that newlines are allowed in more
Claudio Jeker
2018-09-07
remove unused function find_prefixsetitem(), ok claudio@
Sebastian Benoit
2018-09-07
allow as4number_any in as-sets. Otherwise you cant filter bogon as'es.
Sebastian Benoit
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
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-08-27
If the maximum for a community is defined via the large flag then
Claudio Jeker
2018-08-27
merge_filterset() needs to produce a stable sorted filterset to make sure
Claudio Jeker
2018-08-08
Merge getcommunity() and getlargecommunity() into one function that
Claudio Jeker
2018-07-11
add option "network ... priority number" to announce prefixes from the
Sebastian Benoit
2018-07-10
You can run multiple copies of bgpd in seperate rdomains.
Sebastian Benoit
2018-07-10
dont let rtable number overflow,
Sebastian Benoit
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-06-13
Provide backwards compatibility for some of the announce directives
job
2018-06-13
Deprecate announce (all|self|none|default-route)
Claudio Jeker
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-02-10
Add prefix-sets, lists of prefixes which can be used in place of a
Sebastian Benoit
2018-02-05
Add a comment why it is OK to set the tableid to 0 for Adj-RIB-In/Out.
Claudio Jeker
2018-02-04
Clenaup RIB handling in the RDE. Introduce some defines for Adj-RIB-In and
Claudio Jeker
2017-10-19
don't try to print uninitialised memory as a string in error paths
Jonathan Gray
2017-08-21
When 'enforce neighbor-as no' is set, don't do a config-time check for the ne...
Peter Hessler
[next]