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
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
2023-10-13
Add missing Ns in argument list of announce (IPv4|IPv6) ...
Claudio Jeker
2023-10-12
Before calling rde_generate_updates() with EVAL_ALL ensure that the new
Claudio Jeker
2023-10-12
In up_generate_addpath_all() ensure that the new prefix is valid.
Claudio Jeker
2023-10-11
Bump version for -portable release
Claudio Jeker
2023-10-10
When rewriting community_writebuf() the handling of non-transitive
Claudio Jeker
2023-10-09
Fix return value confusion of sa_cmp() by renaming the function sa_equal().
Claudio Jeker
2023-09-28
Prep for OpenBGPD 8.2
Claudio Jeker
2023-09-28
Enforce NUL termination of the neighbor shutdown reason sent from
Claudio Jeker
2023-08-30
Introduce CTL_RES_OPNOTSUPP as possible error response for bgpctl which
Claudio Jeker
2023-08-16
ASPAs are AFI-agnostic
Job Snijders
2023-08-16
Remove per-AFI ASPA handling in bgpd internals
Claudio Jeker
2023-08-04
Instead of forcing a NUL into struct ctl_neighbor descr adjust the
Claudio Jeker
2023-07-20
Use sizeof(destination) not sizeof(source) in strlcpy() calls.
Claudio Jeker
2023-07-14
Cleanup mrt message handling. Remove the DUMP_XYZ() macros and replace
Claudio Jeker
2023-07-12
Update OpenBGPD to use new ibuf API.
Claudio Jeker
2023-07-12
In rde_attr_parse() if an attribute causes a parse error which results in
Claudio Jeker
2023-07-11
Bump version for -portable release
Claudio Jeker
2023-06-17
Fix 'ext-community * *' matching and with this set { ext-community delete * * }.
Claudio Jeker
2023-06-12
Use attr_writebuf() instead of hand rolling a more complicated version
Claudio Jeker
2023-06-12
Use data != NULL to be more explicit. No functional change.
Claudio Jeker
2023-06-01
Check the F_NEXTHOP flag on the right kroute6 object.
Claudio Jeker
2023-05-25
In session_process_msg() recheck the validity of the rbuf before moving
Claudio Jeker
2023-05-09
Properly handle references for nexthops and labels in filterset_copy()
Claudio Jeker
2023-05-05
Pass ASPA objects in reverse since this is what aspa_add_set() expects.
Claudio Jeker
2023-05-05
Limit the socket buffer size to 64k for all sessions. Long time ago
Claudio Jeker
2023-05-01
Bump to 8.0
Claudio Jeker
2023-04-28
Add explicit default labels in switch() statements with error handling.
Claudio Jeker
2023-04-26
Add prototypes for geticmptypebyname() and geticmpcodebyname().
Claudio Jeker
2023-04-23
Add the same AID filter to prefix_flowspec_dump() like in the other
Claudio Jeker
2023-04-21
Adjust ext community handling to support the generic transitive communities
Claudio Jeker
2023-04-21
Missing space noticed by Pablo Mendez Hernandez
Claudio Jeker
2023-04-21
Sync common code with bgpctl with the version from there.
Claudio Jeker
2023-04-20
Rework the way transit provider AID masks are built and sent to the RDE.
Claudio Jeker
2023-04-20
Implement IMSG_CTL_SHOW_FLOWSPEC and IMSG_FLOWSPEC_FLUSH and add bits for
Claudio Jeker
2023-04-20
Document flowspec in bgpd.conf.5
Claudio Jeker
2023-04-19
Reshuffle the flowrule yacc rules to be in a more logical and alphabetical
Claudio Jeker
2023-04-19
Implement a way to announce flowspec rules without hitting Adj-RIB-In
Claudio Jeker
[next]