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
2025-01-07
Add missing CAPA_EXT_MSG to log_capability().
Claudio Jeker
2025-01-07
Add some defines relative to EVPN support.
Denis Fondras
2025-01-07
With "transparent-as yes" do not filter based on well-known communties.
Claudio Jeker
2025-01-07
Hypenate well-known.
Claudio Jeker
2025-01-07
Update RFC list. We missed to add some RFC in the past.
Claudio Jeker
2025-01-04
Fix error messages
Denis Fondras
2025-01-03
Adjust logic in the STATE_IDLE case of change_state() to properly handle
Claudio Jeker
2024-12-30
Use correct function name in fatalx()
Denis Fondras
2024-12-16
Bump version
Claudio Jeker
2024-12-16
Prefix enum msg_type with MSG_ to prevent a duplicate symbol warning
Claudio Jeker
2024-12-14
Fix wrong token name
Denis Fondras
2024-12-13
Implement RFC 8538: Notification Message Support for BGP Graceful Restart
Claudio Jeker
2024-12-12
Cache the Adj-RIB-Out for sessions that have not been down for more than
Claudio Jeker
2024-12-11
Introduce a peer_reaper() which asynchronously removes the Adj-RIB-Out
Claudio Jeker
2024-12-10
In prefix_adjout_update() and prefix_adjout_withdraw() only link
Claudio Jeker
2024-12-10
A lot of space fixing and other minor consitency fixes that have no
Claudio Jeker
2024-12-10
Introduce a SessionDownTimer that is started when a session goes down
Claudio Jeker
2024-12-10
For ROUTE_REFRESH_REQUEST use peer_blast() since the Adj-RIB-Out is
Claudio Jeker
2024-12-10
Make the unknown AID case in pt_writebuf() a fatal error.
Claudio Jeker
2024-12-10
Refactor code around peer_dump.
Claudio Jeker
2024-12-09
increaded -> increased
Jason McIntyre
2024-12-09
Add support for extended messages (RFC8654)
Claudio Jeker
2024-12-03
Only set the SO_RCVBUF and SO_SNDBUF on the socketpair to what we want.
Claudio Jeker
2024-12-02
Check in bgpctl show rib commands if the table / rib passed is
Claudio Jeker
2024-12-02
Remove the ASPA imsg size workaround now that imsg are large enough to
Claudio Jeker
2024-12-02
Bump imsg size up to MAX_BGPD_IMSGSIZE (128k) to support extended messages
Claudio Jeker
2024-12-02
Remove global queue_buf which is no longer used.
Claudio Jeker
2024-11-26
Adjust the msgbuf parser callbacks in bgpd to the new API.
Claudio Jeker
2024-11-21
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Claudio Jeker
2024-11-21
Convert session.c to use the new msgbuf reader API.
Claudio Jeker
2024-11-21
Teach mrt_dump_bgp_msg() to use ibufs
Claudio Jeker
2024-11-21
Pass the message to bgp_fsm as argument instead of stashing it in rptr.
Claudio Jeker
2024-11-21
Kill the bgp_msg struct and instead pass the type to session_sendmsg()
Claudio Jeker
2024-11-21
Convert rtr_proto to use new msgbuf reader API.
Claudio Jeker
2024-11-21
Replace imsgbuf_read_nofd() hack with the new imsgbuf API.
Claudio Jeker
2024-11-21
Adjust bgpd to the new msgbuf API
Claudio Jeker
2024-11-21
Adjust bgpd to the new msgbuf_write / ibuf_write API
Claudio Jeker
2024-11-21
Do not abuse struct ibuf_read instead define local struct with the same fields.
Claudio Jeker
2024-11-21
s/ibuf_add_buf/ibuf_add_ibuf/
Claudio Jeker
2024-11-21
bgpd and smtpd include their own imsgbuf_read_nofd() implementation.
Claudio Jeker
2024-11-21
Use imsgbuf_queuelen() instead of accessing the w.queue member.
Claudio Jeker
2024-11-21
Use imsgbuf_clear() where appropriate instead of msgbuf_clear().
Claudio Jeker
2024-11-21
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
2024-11-21
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
2024-11-21
Convert ibuf_write() callers to new simplified return logic.
Claudio Jeker
2024-11-21
Use ibuf_write() to send BGP messages to peers instead of msgbuf_write().
Claudio Jeker
2024-11-21
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
2024-11-21
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
[next]