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-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-09-21
Move us to OpenBGPD 7.2
Claudio Jeker
2021-09-03
Mention RFC8050 in bgpd.8
Claudio Jeker
2021-09-03
Add add-path support in MRT dumps (RFC8050).
Claudio Jeker
2021-09-01
Clarify maxlen is optional in roa-set
Job Snijders
2021-09-01
Implement roa-set data expiry. Every prefix in a roa-set can specify an
Claudio Jeker
2021-08-09
Implement reception of multiple paths per BGP session. This is one
Claudio Jeker
2021-08-02
Shuffle conditions around to help my brain.
Claudio Jeker
2021-08-01
KNF
job
2021-07-30
Add checks when reading VRPs with a maxLength via RTR
job
2021-07-27
Restructure struct prefix a bit and move the rib pointer to the union
Claudio Jeker
2021-07-27
Add the needed MRT dump defines for RFC8050 support. This will be used
Claudio Jeker
2021-07-27
Implement RFC9072: Extended Optional Parameters Length for BGP OPEN Message
Claudio Jeker
2021-07-20
Add -V to usage. Reported by Pier Carlo Chiodi.
Claudio Jeker
2021-07-13
Order the MRT table dump versions by preference also the text refers
Claudio Jeker
2021-06-25
The network flush code only operates on peerself (like all the other
Claudio Jeker
2021-06-25
Do the multiprotocol check first for the IPv4 case. So it is the same
Claudio Jeker
2021-06-24
Simplify the multiprotocol handling by moving the while loops out of the
Claudio Jeker
2021-06-24
aspath_deflate() did free the passed in data but since the way aspaths
Claudio Jeker
2021-06-24
Fix add-path capability encoding, the length was not correctly calculated
Claudio Jeker
2021-06-20
Move towards a 7.1 OpenBGPD release
Claudio Jeker
2021-06-17
Implement RFC 7313 enhanced route refresh. It is off by default and
Claudio Jeker
2021-06-17
Refactor common code for peer filtering out into rde_skip_peer()
Claudio Jeker
2021-06-17
Add a bit of extra paranoia befor the up_generate_updates() call in
Claudio Jeker
2021-06-17
In Rev 1.511 I moved peer related checks from inside up_generate_updates()
Claudio Jeker
2021-06-17
Better error message when a bad nexthop is passed to nexthop_hash().
Claudio Jeker
2021-06-17
Before adding a prefix to the Adj-RIB-Out modify the attributes to the
Claudio Jeker
2021-06-16
Add command line option to show the version
job
2021-05-27
Stop processing UPDATES if the peer is not up.
Claudio Jeker
2021-05-27
Rename and move functions used to get per-peer settings to the
Claudio Jeker
2021-05-27
remove excessive tabs and fix a tyop in comment.
Claudio Jeker
2021-05-27
Use negotiated capabilities to decide if a ROUTE-REFRESH message can be
Claudio Jeker
2021-05-27
Use correct RFC number in comment
Claudio Jeker
2021-05-27
When generating updates for a peer that has 'rde evaluate all' set the
Claudio Jeker
2021-05-27
Fix how the rde_eval_all flag is tracked. Make sure it is correctly set
Claudio Jeker
2021-05-27
bgpd(8) will soon support ADD-PATH (RFC7911) and enhanced route refresh
Claudio Jeker
2021-05-27
Fix bad logic in last commit. If graceful restart is on and the forwarding
Claudio Jeker
2021-05-27
Improve graceful restart capability handling.
Claudio Jeker
2021-05-25
Instead of the old way of prefix withdraw on a bad AS4_PATH treat it with
Claudio Jeker
2021-05-20
Properly initalize the MRT config so that mrt_reconfigure() is doing the
Claudio Jeker
2021-05-17
Limit the number of concurrent RTR connects to 32.
Claudio Jeker
2021-05-16
Capabilities are only supported on a session when both sides announce
Claudio Jeker
2021-05-11
Don't leak fd on error.
Claudio Jeker
2021-05-11
Use non-blocking connect() to setup the RTR socket. connect() can hang for
Claudio Jeker
2021-05-06
It is no longer required to reset a session when export is changed.
Claudio Jeker
2021-05-06
Improve reload behaviour of RDE peer flags and export_type.
Claudio Jeker
2021-05-04
More comment changes to reflect reality. No functional change.
Claudio Jeker
2021-05-04
Update comment to match reality.
Claudio Jeker
2021-05-03
When negotiating multiprotocol capabilities only fall ack to AID_INET when
Claudio Jeker
2021-05-03
Like in the session engine do not inline the addr2sa call into connect and
Claudio Jeker
[next]