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
23 hours
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Claudio Jeker
23 hours
Convert session.c to use the new msgbuf reader API.
Claudio Jeker
23 hours
Teach mrt_dump_bgp_msg() to use ibufs
Claudio Jeker
23 hours
Pass the message to bgp_fsm as argument instead of stashing it in rptr.
Claudio Jeker
23 hours
Kill the bgp_msg struct and instead pass the type to session_sendmsg()
Claudio Jeker
23 hours
Convert rtr_proto to use new msgbuf reader API.
Claudio Jeker
23 hours
Replace imsgbuf_read_nofd() hack with the new imsgbuf API.
Claudio Jeker
23 hours
Adjust bgpd to the new msgbuf API
Claudio Jeker
23 hours
Adjust bgpd to the new msgbuf_write / ibuf_write API
Claudio Jeker
23 hours
Do not abuse struct ibuf_read instead define local struct with the same fields.
Claudio Jeker
23 hours
s/ibuf_add_buf/ibuf_add_ibuf/
Claudio Jeker
24 hours
bgpd and smtpd include their own imsgbuf_read_nofd() implementation.
Claudio Jeker
24 hours
Use imsgbuf_queuelen() instead of accessing the w.queue member.
Claudio Jeker
24 hours
Use imsgbuf_clear() where appropriate instead of msgbuf_clear().
Claudio Jeker
24 hours
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
24 hours
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
24 hours
Convert ibuf_write() callers to new simplified return logic.
Claudio Jeker
24 hours
Use ibuf_write() to send BGP messages to peers instead of msgbuf_write().
Claudio Jeker
24 hours
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
24 hours
ibuf_get_string() was added to the ibuf API, remove local version
Claudio Jeker
2024-11-06
Reference SendHoldTimer RFC in bgpd(8)
Job Snijders
2024-10-29
Fix logic to return CTL_RES_NOSUCHPEER. The RB_EMPTY check needs to be
Claudio Jeker
2024-10-28
Remove two fatalx calls in pt_fill since they are wrong.
Claudio Jeker
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
[next]