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-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
2018-09-09
Clean up prefix flag handling. First of all the dynamic networks no longer
Claudio Jeker
2018-09-09
Add network prefix-set <name> syntax to announce networks in a prefix-set.
Sebastian Benoit
2018-09-08
missing Ed;
Jason McIntyre
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-08
Fix print_as_sets() a bit.
Claudio Jeker
2018-09-07
The debug function trie_dump() should use stderr since that does not case
Claudio Jeker
2018-09-07
fix badly broken reload of filter rules that use prefix-sets. debugged
Sebastian Benoit
2018-09-07
Add missing htonl() else matching does not really work.
Claudio Jeker
2018-09-07
remove unused function find_prefixsetitem(), ok claudio@
Sebastian Benoit
2018-09-07
Some space fixes mentioned by benno@
Claudio Jeker
2018-09-07
Implement a fast presix-set lookup. This magic trie is able to match a
Claudio Jeker
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
tweak previous;
Jason McIntyre
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-09-05
Change verification of communities a bit. Move the flag checking first since
Claudio Jeker
2018-09-04
Introduce inet4applymask() which does the same as inet6applymask() and
Claudio Jeker
2018-09-04
Instead of bzero() use an assinment to zero struct in_addr.
Claudio Jeker
2018-08-29
Make it possible to filter the RIB for invalid path which resulted in withdrawn
Claudio Jeker
2018-08-29
When 'log updates' is enabled make sure that the case of an invalid path
Claudio Jeker
2018-08-29
When checking for AS 0 make sure the full ASPATH is validated and don't
Claudio Jeker
2018-08-29
Adjust comment to make it clear that a NULL nexthop is actually eligable
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-10
Another place where we should handle AS_SET better. aspath_lenmatch()
Claudio Jeker
2018-08-10
Make the AS_SET handling for source-as even simpler. It is enough to only
Claudio Jeker
2018-08-09
Improve handling of source-as when an AS_SET is rightmost. In that case
Claudio Jeker
2018-08-09
While softreconfig is running set the poll timeout to 0 so that the
Claudio Jeker
2018-08-09
Make two very internal functions static. They are used to merge an
Claudio Jeker
2018-08-08
Move struct wire_largecommunity to rde_attr.c since it is only used internally
Claudio Jeker
2018-08-08
Merge getcommunity() and getlargecommunity() into one function that
Claudio Jeker
2018-08-08
Make the (non-)transitive handling of ext communities a bit more obvious.
Claudio Jeker
2018-08-08
One ; too much
Claudio Jeker
2018-08-08
Update the RIB after a config reload in the background. This moves the
Claudio Jeker
2018-08-08
hide rib[] internals in new rib_valid() function
Sebastian Benoit
[next]