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-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
2018-08-06
Validate the prefix sent in a network delete call before trying to delete
Claudio Jeker
2018-08-06
Pass the stale timestamp to path_remove_stale() removes a asp->peer dereference
Claudio Jeker
2018-08-06
Replace two asp->peer with prefix_peer(p) which is the same.
Claudio Jeker
2018-08-06
Assign peer1 and peer2 early on and use them everywhere instead of aspX->peer.
Claudio Jeker
2018-08-03
Move nexthop and nexthop flags from the rde_aspath to struct prefix.
Claudio Jeker
2018-08-03
Reshuffle the way bgpd does the softreload after filter changes.
Claudio Jeker
2018-08-02
Split out the rule skipping logic into own function and by doing so ensure
Claudio Jeker
2018-08-02
Make a few more rde specific functions static.
Claudio Jeker
2018-08-02
Make free_prefixsets() accept a NULL pointer. Makes it behave more like
Claudio Jeker
2018-08-02
This brings the network code more in line with what regular update
Claudio Jeker
2018-07-31
Reshuffle order in struct rde_peer a bit. No functional change.
Claudio Jeker
2018-07-31
There is no longer the need to be careful in rde_softreconfig_in() when
Claudio Jeker
2018-07-27
log_info -> log_debug since this is debug noise.
Claudio Jeker
2018-07-24
Add some debug log messages telling which RIBs and peers get sofreconfigured
Claudio Jeker
2018-07-24
Use prefix_nexthop() to access the nexthop instead of dereferencing the
Claudio Jeker
2018-07-22
Move nexthop into struct filterstate (including nexthop flags) and use
Claudio Jeker
2018-07-22
Add more information to if_change() debug log using the new interface helper
Claudio Jeker
2018-07-22
Move functions to print link status etc. to util.c so that bgpd can use them
Claudio Jeker
[next]