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-07-17
Switch to MSG_PROTOCOL_BGP4MP_ET formats for update and state mrt messages.
Claudio Jeker
2018-07-16
Use struct filterstate in rde_update_dispatch() and pass it down to
Claudio Jeker
2018-07-14
get rid of two more implicit ktable_get with rdomain 0.
Sebastian Benoit
2018-07-13
Move aspath_verify() and aspath_inflate() into util.c so bgpctl can use them.
Claudio Jeker
2018-07-12
store and print the rdomain of the interfaces we see.
Sebastian Benoit
2018-07-11
The routing table bgpd runs in needs to be a routing domain.
Sebastian Benoit
2018-07-11
improve the path hash function (instead of just hashing the aspath put
Claudio Jeker
2018-07-11
Bump some of the hash table size to more resonable numbers.
Claudio Jeker
2018-07-11
On IMSG_CTL_SHOW_RIB_MEM also send back information of some of the
Claudio Jeker
2018-07-11
add option "network ... priority number" to announce prefixes from the
Sebastian Benoit
2018-07-10
rde_update_get_prefix() and friends should also verify the prefixlen.
Claudio Jeker
2018-07-10
__func__ log statements and some whitespace knf
Sebastian Benoit
2018-07-10
You can run multiple copies of bgpd in seperate rdomains.
Sebastian Benoit
2018-07-10
the check "if (nc->rtableid)"
Sebastian Benoit
2018-07-10
dont let rtable number overflow,
Sebastian Benoit
2018-07-10
Switch also the aspath in rde_update_dispatch() to one on the stack.
Claudio Jeker
2018-07-10
compare the right things here: we want to know if the flag has changed.
Sebastian Benoit
2018-07-10
Actually clear the right thing in rib_free()
Sebastian Benoit
2018-07-09
Wrong function name in error message
Claudio Jeker
2018-07-09
Move the max prefix checker into rde_update_update() instead of doing it
Claudio Jeker
2018-07-09
Introduce a struct filterstate and pass this to rde_filter instead of
Claudio Jeker
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-07-05
reword;
Jason McIntyre
2018-07-05
Simplify rde_softreconfig_in(). There is no need to run the prefix through
Claudio Jeker
2018-06-29
Prepare the ground for allowing temporary aspath object living on the stack.
Claudio Jeker
2018-06-28
Remove rde_aspath pointer from rde_filter since that argument can be fetched
Claudio Jeker
2018-06-28
Instead of passing the rde_aspath to nexthop_modify() pass pointers to
Claudio Jeker
2018-06-28
Pass a struct prefix to rde_filter and remove some of the arguments which
Claudio Jeker
2018-06-27
Just put the aspath and the peer directly into the prefix struct.
Claudio Jeker
2018-06-27
Move rde_test_prefix() to a place where it makes more sense. No functional
Claudio Jeker
2018-06-26
Wrong function name in error message.
Claudio Jeker
2018-06-25
Properly start reference counting struct nexthop. This removes the need for
Claudio Jeker
2018-06-21
Use correct function name in fatalx()
Claudio Jeker
2018-06-21
Nothing is using the active and prefix count in struct rde_aspath.
Claudio Jeker
2018-06-18
remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;
Jason McIntyre
2018-06-13
separate arg name and punctuation with whitespace;
Jason McIntyre
2018-06-13
Provide backwards compatibility for some of the announce directives
job
2018-06-13
Deprecate announce (all|self|none|default-route)
Claudio Jeker
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-04-02
aspath_verify() can not call aspath_extract() since this function only works
Claudio Jeker
2018-02-10
less macro; ok benno
Jason McIntyre
2018-02-10
Follow rfc8277 more closely and make make sure bgpd is encoding VPNv4
Claudio Jeker
2018-02-10
claudio noted that this is an else case because we have either a
Sebastian Benoit
2018-02-10
Add prefix-sets, lists of prefixes which can be used in place of a
Sebastian Benoit
2018-02-08
Bump the read sockbuf of the routing socket to 2MB, may help reduce some of
Claudio Jeker
2018-02-07
Add plumbing inside of the prefix handling to put prefixes on either the
Claudio Jeker
2018-02-05
Switch a few lists to tailqs. Mainly the prefix list per aspath needs
Claudio Jeker
2018-02-05
Change struct prefix a bit. Make the aspath pointer opaque and remove the
Claudio Jeker
[next]