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-11-18
Use correct name when printing the error message that a network prefix-set
Claudio Jeker
2018-11-14
Plug memory leak in host()'s error code path
Ricardo Mestre
2018-11-14
Remove an unneeded union wrapping the skipsteps pointer.
Claudio Jeker
2018-11-14
Adjust comment.
Claudio Jeker
2018-11-10
fix error message when querying a non-existent table
denis
2018-11-08
Introduce rde_update_queue_pending() similar to rib_dump_pending() it checks
Claudio Jeker
2018-11-08
Committed wrong version. Check the flags against the fib flags from the
Claudio Jeker
2018-11-08
Only whack the RIB and recreate it if the the FIB distribution flags changed
Claudio Jeker
2018-11-05
F_RIB_HASNOFIB is defined, let's use it
denis
2018-11-04
Graceful BGP Session Shutdown is a real RFC, add it to the list.
Claudio Jeker
2018-11-04
Introduce a real Adj-RIB-Out. At the same time remove the update_rib
Claudio Jeker
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-10-31
Remove tail queues which link peer, aspath and prefix together. These
Claudio Jeker
2018-10-31
Never remove the default RIBs from the RDE.
Claudio Jeker
2018-10-29
Replace some walkers using the aspath/prefix lists with a rib_dump walker.
Claudio Jeker
2018-10-29
Fix route-collector mode by allowing the RDE to disable the decision process
Claudio Jeker
2018-10-26
Track the amount of memory used for sets and tries (aka anything-set)
Claudio Jeker
2018-10-26
Use proper type in sizeof()
Claudio Jeker
2018-10-26
When walking the list of ribs use continue instead of break after the
Claudio Jeker
2018-10-25
Calculate ASPATH_HEADER_SIZE correctly by using offsetof() instead of the
Claudio Jeker
2018-10-24
Major refactoring of the RIB handling code. Mainly change how the RIB is
Claudio Jeker
2018-10-24
Pass down the right nexthop to rde_dump_rib_as() so that dumping the
Claudio Jeker
2018-10-22
Properly throttle dumping of prefixes to peers. Eventhough we got the XON/XOFF
Claudio Jeker
2018-10-18
In rde_update_queue_runner() reset eor on every loop else a spurious and
Claudio Jeker
2018-10-18
Remove unneeded break, there is one just after and makes the XON and XOFF
Claudio Jeker
2018-10-15
Use the up_rib tree to withdraw all prefixes of a peer which is used to
Claudio Jeker
2018-10-14
Unbreak mrt table dumps. Make sure to call rib_dump_r for the mrt dump
Claudio Jeker
2018-10-10
Large community setting, when checking for pre-existing community, was
Theo de Raadt
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
[next]