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
2024-10-09
Make it possible to configure tcp md5 and ipsec on rtr as well
Claudio Jeker
2024-10-08
Extend the socket handover from parent to rtr process to also include teardown
Claudio Jeker
2024-10-02
No need to check as->established before calling pfkey_remove().
Claudio Jeker
2024-10-01
Explicitly set peer.auth_conf.method, the auth_state value is never
Claudio Jeker
2024-10-01
In merge_peers also copy over the auth_conf from the new peer to the old
Claudio Jeker
2024-10-01
Fix typo in comment
Claudio Jeker
2024-10-01
Rework the pfkey and tcp md5 API to not depend on struct peer.
Claudio Jeker
2024-09-30
Improve some currently impossible error path in log_ext_subtype().
Claudio Jeker
2024-09-30
In bgpd_rtr_connect() do the setsockopt dance for IP_TOS and TCP_NODELAY
Claudio Jeker
2024-09-25
When generating UPDATE handle the message size limit better.
Claudio Jeker
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-09-10
Be more careful with aspath that have 0 length (aka the empty AS_PATH).
Claudio Jeker
2024-09-10
community_copy needs to check if nentries is 0 and handle that specially.
Claudio Jeker
2024-09-10
AID_VPN_IPv4 and AID_VPN_IPv6 require a labellen that is non-zero.
Claudio Jeker
2024-09-10
Enfroce proper encoding of ASPA announce/withdraw PDU.
Claudio Jeker
2024-09-10
Use reallocarray() instead of recallocarray(), this code does not need the
Claudio Jeker
2024-09-09
Handle the CLUSTER_LIST attribute as described in RFC7606
Claudio Jeker
2024-09-09
There is no need for an explicit size check for IMSG_RECONF_ASPA_TAS
Claudio Jeker
2024-09-09
Use msgbuf_init() instead of hand initalizing the msgbuf.
Claudio Jeker
2024-09-05
Bump version
Claudio Jeker
2024-09-04
Qualifying nexthops via BGP does not properly work since nexthops need
Claudio Jeker
2024-09-04
Call pfkey_remove() only after the Session Engine finished reloading its
Claudio Jeker
2024-08-28
Introduce peer_is_up() and use it instead of peer->state == PEER_UP checks
Claudio Jeker
2024-08-28
Check the max_prefix and max_out_prefix limit during config reload.
Claudio Jeker
2024-08-22
inet_pton returns 0 and -1 for error.
Florian Obser
2024-08-21
Use inet_pton to parse ext-communities with an IPv4 address.
Florian Obser
2024-08-20
Use msgbuf_queuelen() instead of accessing wbuf.queue for msgbuf structs.
Claudio Jeker
2024-08-14
Introduce 'rde rib Loc-RIB include filtered' a feature that includes
Claudio Jeker
2024-08-12
Add 'min-version' RTR config option and default to RTR version 1 by default.
Claudio Jeker
2024-08-09
Remove the ibuf_size(pdu) % sizeof(uint32_t) == 0 since it is already
Claudio Jeker
2024-08-09
Adjust RTR ASPA pdu parser to draft-ietf-sidrops-8210bis-14 which finally
Claudio Jeker
2024-07-03
Fix typo
Job Snijders
2024-06-26
Bump version
Claudio Jeker
2024-06-25
When filling prefixes with pt_writebuf() keep 2 bytes reserved in the
Claudio Jeker
2024-06-10
In get_alternate_addr() consider sessions to IPv6 link-local addresses
Claudio Jeker
2024-05-30
Fix copy-paste error in last commit. Fixes lladdr and l3vpn regress.
Claudio Jeker
2024-05-29
Handle IPvX only interfaces with IPvY sessions more gracefully.
Claudio Jeker
2024-05-29
Only fall back to the default IPv4 unicast mode if there was no MP
Claudio Jeker
2024-05-29
Remove nexthop_compare() prototype.
Claudio Jeker
2024-05-29
Rename nexthop_compare to nexthop_cmp and make it static inline.
Claudio Jeker
2024-05-29
Introduce a ring buffer for log_sockaddr() this way log_addr() can be
Claudio Jeker
2024-05-22
Convert bgpid, remote_bgpid and clusterid to host byte order.
Claudio Jeker
2024-05-20
Convert more of the session engine parsers to the new ibuf API
Claudio Jeker
2024-05-20
Tabs on empty line
Claudio Jeker
2024-05-19
remove prototypes with no matching function
Jonathan Gray
2024-05-18
remove prototypes with no matching function; ok claudio@
Jonathan Gray
2024-05-16
Simplify the code to clamp the TCP send and recv buffer to 64k.
Claudio Jeker
2024-05-15
Mark RTR and IPv6 BGP packets with DSCP CS6 (network control)
Job Snijders
2024-04-24
Remove 'announce capabilities' as neighbor config stanza.
Claudio Jeker
2024-04-22
In state IDLE handle EVNT_STOP and stop the IdleHold timer. This way
Claudio Jeker
[next]