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-02-02
aspath_inflate() can be called with an empty ASPATH.
Claudio Jeker
2024-02-02
Cleanup a couple of fatal messages to be less bad.
Claudio Jeker
2024-01-30
Convert he ATTR_ASPATH and ATTR_AS4_PATH handlers in rde_attr_parse()
Claudio Jeker
2024-01-25
Use RFC7606 treat-as-withdraw for ORIGIN attributes with an invalid value.
Claudio Jeker
2024-01-25
Convert most attributes in rde_attr_parse() to new ibuf API.
Claudio Jeker
2024-01-24
Convert the community parsers to the new ibuf api.
Claudio Jeker
2024-01-23
Start converting the message parser to use the new ibuf api.
Claudio Jeker
2024-01-23
Fix tab after space
Claudio Jeker
2024-01-23
KNF, space before EOL
Claudio Jeker
2024-01-23
Split cases and call peer_stale() individually instead of using a
Claudio Jeker
2024-01-18
Convert IMSG_UPDATE and session_update() to new imsg API and ibufs.
Claudio Jeker
2024-01-18
Fix IMSG_RECONF_ASPA handling. The rde did not expect what the rtr process
Claudio Jeker
2024-01-16
Switch session_notification() over to use a struct ibuf to carry the
Claudio Jeker
2024-01-15
Convert the simple bits of imsg handling over to the new imsg API.
Claudio Jeker
2024-01-15
A cache can send a 'NO_DATA_AVAILABLE' error during version negotiation
Claudio Jeker
2024-01-12
Convert the simple IMSG calls in session.c to the new imsg API.
Claudio Jeker
2024-01-11
rename field ibuf to imsgbuf in struct ctl_conn
Claudio Jeker
2024-01-11
Clear the last errors after receiving a RTR_EVNT_END_OF_DATA event.
Claudio Jeker
2024-01-11
Clear the last_sent_errcode, last_rcvd_errcode and last_reason when
Claudio Jeker
2024-01-11
Export the rtr session state as string.
Claudio Jeker
2024-01-11
Try to improve RTR version negotiation.
Claudio Jeker
2024-01-10
Improve rtr_send_error() so that there is no need to log_warnx() before.
Claudio Jeker
2024-01-10
Implement log_roa() and log_aspa() and use these functions in printconf.c
Claudio Jeker
2024-01-10
Update the control.c code to use the new imsg API.
Claudio Jeker
2024-01-09
The End of Data PDU changed between v0 (RFC6810) and v1 (RFC8210).
Claudio Jeker
2024-01-09
rtr_parse_notify() state check is special since we ignore the PDU when
Claudio Jeker
2024-01-09
Be more consistent with RTR parse error reporting.
Claudio Jeker
2024-01-09
Convert the parent process imsg handling over to the new imsg API.
Claudio Jeker
2024-01-08
Rework rtr_parse_header() and introduce rtr_check_session_id() to make
Claudio Jeker
2024-01-08
Define and use struct ctl_kroute_req to encode the arguments of
Claudio Jeker
2024-01-05
Improve rtr_send_error() logging and demote the FSM state changes from
Claudio Jeker
2024-01-04
Rewrite the imsg handling using the new API functions.
Claudio Jeker
2024-01-04
Convert the RTR PDU parser to use the new ibuf API.
Claudio Jeker
2024-01-04
Rename argument roa of imsg_send_sockets() to rtr since the imsgbuf is
Claudio Jeker
2024-01-03
Use "established" and "exchange" as RTR state names.
Claudio Jeker
2023-12-27
Refactor rtr_parse_error() so that even a NO_DATA_AVAILABLE is logged
Claudio Jeker
2023-12-14
Mostly straightforward conversion to imsg_get_fd() only the handling
Claudio Jeker
2023-11-07
Rename struct imsgbuf *ibuf to *imsgbuf in all places.
Claudio Jeker
2023-11-07
Alter imsg_move() to clear the full imsg buffer instead of just the
Claudio Jeker
2023-11-04
Use proper length in session_newmsg() for the RFC9072 case.
Claudio Jeker
2023-10-27
Simplify the handling of optparamlen and RFC9072 support.
Claudio Jeker
2023-10-27
The holdtime is added to the ibuf with ibuf_add_n16() so no need to
Claudio Jeker
2023-10-23
Use xoff instead of *olen in the shift_right() call. xoff is the right
Claudio Jeker
2023-10-19
While the ibuf_add calls should not fail the way they are used it
Claudio Jeker
2023-10-19
Convert rtr_proto.c to use new ibuf API.
Claudio Jeker
2023-10-19
Convert the session engine to use the new ibuf API.
Claudio Jeker
2023-10-17
Neither sin_len nor sin6_len can be 0 so these checks are not needed.
Claudio Jeker
2023-10-17
Remove bogus plen != 0xff check
Claudio Jeker
2023-10-16
Improve IPv6 link-local address handling
Claudio Jeker
2023-10-14
Rewrite log_peer_info() and log_peer_warn[x]()
Claudio Jeker
[next]