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
2018-10-06
some minor fixes;
Jason McIntyre
2018-10-04
Rework man page a bit. Add 2 new sections for Set Configuration and
Claudio Jeker
2018-10-03
add filter option based on origin validation state
denis
2018-10-03
Update manual to reflect ROA changes
denis
2018-10-01
Expose BGP Origin Validation state in bgpctl show commands
job
2018-09-30
vstate might be used uninitialized
denis
2018-09-29
Fix problems with redistribution of routes by route label.
Sebastian Benoit
2018-09-29
Implement origin validation in bgpd. This introduces two new tables, the
Claudio Jeker
2018-09-29
With the introduction of sets the config that is shipped to the RDE got
Claudio Jeker
2018-09-29
Introduce minimal tracking of announced prefixes. A per peer RB tree tracks
Claudio Jeker
2018-09-27
Add some extra curlies to make code more legible.
Claudio Jeker
2018-09-27
unbreak "inet" and "inet6" aliases in filters after rev. 1.333
Sebastian Benoit
2018-09-26
Rename AS_NONE to AS_UNDEF, AS_NONE will be reused for a different purpose
Claudio Jeker
2018-09-26
Switching bgpd to a default deny policy had one bad side-effect. Some
Claudio Jeker
2018-09-26
Use the same logic in trie_roa_check_v4 as in trie_roa_check_v6 when
Claudio Jeker
2018-09-26
Instead of checking that a segement is not of type AS_SET do the check
Claudio Jeker
2018-09-26
Indent issue. No functional change
Claudio Jeker
2018-09-25
Fix loading of roa-sets in the RDE. From a much bigger diff but this
Claudio Jeker
2018-09-25
When sending set_tables in the imsg use the right size. Currently the
Claudio Jeker
2018-09-21
sync host*() changes from pfctl
kn
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
whitespace cleanup, ok claudio@
Sebastian Benoit
2018-09-20
Switch prefixset to an RB_TREE instead of a SIMPLEQ. This allows to trigger
Claudio Jeker
2018-09-20
Fix the empty aspath segments check. seg_size is never 0, this needs to use
Claudio Jeker
2018-09-20
Fix an out of bound read that could crash the RDE because it touched
Claudio Jeker
2018-09-19
Wrap sending imsg to the RDE in a function and make sure that the ibuf
Claudio Jeker
2018-09-18
s/mulitprotocol/multiprotocol/ in error text
Stuart Henderson
2018-09-18
Backend for roa-sets. This combines as_sets and prefix-set tries to do
Claudio Jeker
2018-09-17
typo in comment
Stuart Henderson
2018-09-14
Extend as_set to allow for different sized objects to be added. The only
Claudio Jeker
2018-09-13
Noticed that the equal case is a bit wrong while adjusting the regress tests.
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
fix typos
denis
2018-09-10
use filterset_move() like all other network statements. It checks for
Sebastian Benoit
2018-09-10
remove some empty lines from printconf output. ok claudio@
Sebastian Benoit
2018-09-09
Allow for empty as-set and prefix-set definitions by adding explicit rules
Claudio Jeker
2018-09-09
missing Xc;
Jason McIntyre
2018-09-09
Shut up a gcc warning about uninitialized use of min & max by adding a default
Claudio Jeker
2018-09-09
use rib_valid() to check if a rib is useable. ok claudio@
Sebastian Benoit
2018-09-09
Can not allow empty as-set and prefix-set blocks right now. This produces
Claudio Jeker
2018-09-09
use TAILQ_CONCAT in filterset_move(). ok claudio@
Sebastian Benoit
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
[next]