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
2021-04-27
Add IMSG_CTL_SHOW_RTR to the list of restriced control messages.
Claudio Jeker
2021-04-27
Add RFC 6286 to the list of RFC bgpd supports.
Claudio Jeker
2021-04-27
Check for possible bgpid collision on open. RFC 6286 defines that this
Claudio Jeker
2021-04-27
Fix notification sub-error code for syntactically incorrect nexthops.
Claudio Jeker
2021-04-26
The time_t now is only set but never used. Noticed by gcc.
Claudio Jeker
2021-04-24
remove bgpd warning message exposed by "bgpctl show rib peer out" for
Theo de Raadt
2021-04-20
Update comment to be less confusing (I hope)
Claudio Jeker
2021-04-20
prefix_insert() and prefix_remove() emulate a tail queue by keeping the
Claudio Jeker
2021-04-16
Add back IMSG_RECONF_ROA_ITEM in the parent imsg handler. It is needed
Claudio Jeker
2021-04-15
On powerpc64 regress/usr.sbin/bgpd/config failed. It parses a
Alexander Bluhm
2021-04-08
The path with the *highest* local weight is selected
Daniel Jakots
2021-03-08
When introducing prefix_eligible() I botched up one if statement.
Claudio Jeker
2021-03-02
Introduce 'rde evaluate all' a mode to work around path hiding in IXP
Claudio Jeker
2021-02-16
Add RTR support to OpenBGPD. Add basic support for the protocol.
Claudio Jeker
2021-02-02
Properly implement 'rde med compare strict' and make sure that the order
Claudio Jeker
2021-02-01
update the pathname for the control socket path; from daniel jakots
Jason McIntyre
2021-01-27
spelling fixes;
Jason McIntyre
2021-01-25
RFC6472 discourages the use of AS_SET segements in ASPATH attributes.
Claudio Jeker
2021-01-18
Change struct bgpd_addr VPN encoding. Instead of including two almost
Claudio Jeker
2021-01-16
aspath_neighbor() needs to return the local system AS for empty AS paths
Claudio Jeker
2021-01-14
Cleanup prefix_cmp() a bit. Make sure that the return value can not overflow
Claudio Jeker
2021-01-13
Extend prefix_evaluate() to also be used when withdrawing a prefix.
Claudio Jeker
2021-01-09
Move peer related checks from up_test_update() to rde_generate_updates()
Claudio Jeker
2021-01-05
It is safe to call addr2sa with a bgpd_addr NULL pointer
Claudio Jeker
2021-01-05
Revert part of the last addr2sa change. When addr is NULL or AID_UNSPEC
Claudio Jeker
2021-01-05
Add AID_VPN_IPv[46] support to addr2sa. It only converts the address part
Claudio Jeker
2021-01-04
Rename PFD_PIPE_ROUTE to PFD_PIPE_RDE which is a more obvious name.
Claudio Jeker
2021-01-04
Rework roa_cmp() so that the result does not depend on the endianess of
Claudio Jeker
2021-01-04
Use log_sockaddr() in log_addr() to print a struct bgpd_addr. This way
Claudio Jeker
2020-12-30
Implement IMSG_CTL_SHOW_SET to get information about roa-set, as-sets and
Claudio Jeker
2020-12-30
Use correct IMSG type in fatal message. Also reformat some not so long lines.
Claudio Jeker
2020-12-30
RB_REMOVE from the correct tree. Dumb copy paste bug introduced by last commit.
Claudio Jeker
2020-12-29
In preparation for RTR support change the representation of the roa-set
Claudio Jeker
2020-12-29
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Claudio Jeker
2020-12-29
Only skip routes with a loopback gateway for network static and connected.
Claudio Jeker
2020-12-23
BGP uses KEEPALIVE packets and the HOLD timer to detect stalled sessions.
Claudio Jeker
2020-12-11
Make the timer code independent of struct peer this way it can be used
Claudio Jeker
2020-12-04
Reference count prefixes added to a pftable. This allows to export
Claudio Jeker
2020-12-03
rework the overflow checks for the various relative metric adjustments.
Claudio Jeker
2020-11-05
Mark some common symbols of RDE and SE as static so that linking
Claudio Jeker
2020-11-05
Kill bgpd_process, nothing uses it anymore. Instead pass the process
Claudio Jeker
2020-11-05
Refactor the filterset handling of nexthops. Instead of depending on
Claudio Jeker
2020-11-05
Refactor the control code to be more like a module.
Claudio Jeker
2020-11-05
Fix comment to better reflect reality
Claudio Jeker
2020-10-27
Do not allow configuration of the same neighbor multiple times. For this
Claudio Jeker
2020-10-26
Fix a memory leak when parsing roa-set lists. If the prefixset_item is
Claudio Jeker
2020-10-21
rde_update_dispatch() was switched to void some time ago. There is no
Claudio Jeker
2020-10-21
Move tmp16 declaration into the #ifdef __KAME__ block to remove a compiler
Claudio Jeker
2020-10-21
For portability include sys/types.h instead of sys/cdefs.h.
Claudio Jeker
2020-06-27
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
[prev]
[next]