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-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
2023-04-19
Remove usage of fatalx() in here. This code will be shared with bgpctl.
Claudio Jeker
2023-04-19
Add minimal support for flowspec in the table-mp MRT format.
Claudio Jeker
2023-04-19
Add handling for flowspec in the update path.
Claudio Jeker
2023-04-19
Implement code to pass the flowspec config over to the RDE. The parent
Claudio Jeker
2023-04-19
Extend the pt_entry api to handle flowspec.
Claudio Jeker
2023-04-19
bad indents
Claudio Jeker
2023-04-18
Implement a basic flowspec print function. It is not 100% compatible
Claudio Jeker
2023-04-18
Rewrite some ugly for loops
Theo Buehler
2023-04-18
Implement the parser bits to process flowspec rules. Heavily inspired by
Claudio Jeker
2023-04-17
Reverse the polarity of flowspec_cmp() so it works better with our
Claudio Jeker
2023-04-17
Implement a basic API to work with flowspec NLRI.
Claudio Jeker
2023-04-13
Simplify how IMSG_CTL_SHOW_RIB_COMMUNITIES is constructed. This can just
Claudio Jeker
2023-04-07
Pass a pt_entry pointer to rib_get() and rib_add().
Claudio Jeker
2023-04-05
Refactor port definitions to also support service names like bgp.
Claudio Jeker
2023-04-05
Rename family with af to follow pfctl/parse.y a bit more.
Claudio Jeker
2023-04-04
Cleanup parse.y a bit. Move global defines a bit down. Move mrtdump and
Claudio Jeker
2023-04-03
Add first step of flowspec support. This adds the bits to establish a
Claudio Jeker
2023-03-30
Refactor extract_prefix() to first do the length checks and only then
Claudio Jeker
2023-03-30
Extra space in struct field definitions. NFC
Claudio Jeker
2023-03-30
Put the size of the pt_entry object into the struct itself.
Claudio Jeker
[prev]
[next]