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-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
2024-04-22
Move setting of the shutdown reason to session_stop()
Claudio Jeker
2024-04-22
No longer fall back to no capabilities when there is an OPEN/optional
Claudio Jeker
2024-04-11
Remove repeated type declaration that makes bison unhappy
Theo Buehler
2024-04-11
Use != NULL for pointer check. No binary change.
Claudio Jeker
2024-04-10
Rework the logic to not send double notifications in session_notification().
Claudio Jeker
2024-04-09
Limit the number of provider ASnumbers to MAX_ASPA_SPAS_COUNT (10'000)
Claudio Jeker
2024-04-09
Increase RTR PDU limit to 48k and limit number of SPAS to 10'000.
Claudio Jeker
2024-04-09
Check that the ASPA tas array fits in an IMSG before sending the ASPA
Claudio Jeker
2024-04-09
Allow operators to enforce the presence of certain capabilities on sessions.
Claudio Jeker
2024-04-03
Rewrite str2key() to not use strtoul() to convert 2 hexdigits into one
Claudio Jeker
2024-03-26
Move the SendHoldTimer code into start_timer_sendholdtime() and ensure
Claudio Jeker
2024-03-22
Rework the cease shutdown reason to work in both directions by looking
Claudio Jeker
2024-03-22
Rework parse_notification() to use the ibuf API for everything.
Claudio Jeker
2024-03-20
Cleanup AID handling.
Claudio Jeker
2024-03-18
Typecast char argument to isxdigit() to unsigned char since isxdigit()
Claudio Jeker
2024-03-18
Double PEER_DESCR_LEN to 64 characters since 32 is a bit on the short side.
Claudio Jeker
2024-03-18
Use same markup for origin-set arguments as for roa-set. The maxlen argument
Claudio Jeker
2024-03-01
Bump version
Claudio Jeker
2024-02-22
Workaround for gcc3 - the use of anonymous unions now makes it complain
Miod Vallat
2024-02-19
IANA assigned error 8 to draft-ietf-idr-sendholdtimer
Job Snijders
2024-02-13
Use an C99 anonymous union inside struct bgpd_addr
Claudio Jeker
2024-02-13
Remove IMSG_SESSION_DOWN handler in the session engine. The RDE does
Claudio Jeker
2024-02-03
fix off-by-one in bounds check
Jonathan Gray
2024-02-03
add missing fatal() call in rde_peer_send_rrefresh()
Jonathan Gray
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
[next]