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-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
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
[next]