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
2019-02-11
spelling and Xr fixes;
Jason McIntyre
2019-02-11
The definition of VPNs in bgpd was never super elegant. The 'depend on
Claudio Jeker
2019-02-04
spelling;
Jason McIntyre
2019-02-04
Implement as-override, a feature where the neighbor AS is replaced by the
Claudio Jeker
2019-01-21
Use Adj-RIB-Out to push UPDATE messages to peers instead of having another
Claudio Jeker
2019-01-20
Support group descriptions in control messages that accept a neighbor
Claudio Jeker
2019-01-20
explicitly check if the session engine exited by comparing the pid
Brent Cook
2019-01-18
Don't store the mpe information in struct ktable but instead pass the
Claudio Jeker
2019-01-05
Correctly account for the memory allocated when creating a set.
Claudio Jeker
2018-12-31
unbreak tree; found the hard way by otto
Florian Obser
2018-12-30
add support for IPv6 VPN routes
denis
2018-12-30
remove unused F_ANN_DYNAMIC/F_PREFIX_ANNOUNCED handling in network_delete()
Sebastian Benoit
2018-12-28
move kroute_find() call later
denis
2018-12-28
set conf.capabilities.mp to 0 by default
denis
2018-12-28
report right function name in error message
denis
2018-12-27
Check if a control socket or address is already in use befor using it.
remi
2018-12-26
unbreak VPN routes installation into FIB
denis
2018-12-22
bgpctl can cause bgpd to do a lot of work (e.g. dumping all of the RIB)
Claudio Jeker
2018-12-19
Fold ext-communities into filter_community so that bgpd can match
Claudio Jeker
2018-12-17
path_empty() is not a function and does not need a prototype.
Claudio Jeker
2018-12-11
Refactor aspath code a bit. Move cached source_as (for origin validation)
Claudio Jeker
2018-12-06
Be more strict when converting a netmask to prefixlen in mask2prefixlen6.
Claudio Jeker
2018-12-06
Implement a simple ruleset optimizer. All it does is merge filter rules that
Claudio Jeker
2018-12-04
Since a while announcements added by bgpctl will overwrite the ones from
Claudio Jeker
2018-11-29
In peer_down() we have to flush the Adj-RIB-Out. As soon as the peer state
Claudio Jeker
2018-11-29
community_ext_delete_non_trans() allocates new memory in all cases where
Claudio Jeker
2018-11-28
Start reworking community handling. Merge standard communities and large
Claudio Jeker
2018-11-25
malloc(n) + bzero is better done as calloc(1,n)
Theo de Raadt
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
[prev]
[next]