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-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
2023-03-29
Mark the struct aid name as const char * since it points to static memory.
Claudio Jeker
2023-03-29
Switch prefix_adjout_get and new prefix_adjout_first to use a pt_entry
Claudio Jeker
2023-03-28
In pt_fill set the refcnt to its maximum value to trigger an error
Claudio Jeker
2023-03-28
Instead of exracting the prefix into a bgpd_addr and passing that to
Claudio Jeker
2023-03-28
More pt_entry cleanup, move structure definitions to rde_prefix.c and
Claudio Jeker
2023-03-28
Introduce a semaphore to protect intermediate state from different RTR
Claudio Jeker
2023-03-28
Include the memory size usage of the prefix tree in rde_memstats.
Claudio Jeker
2023-03-28
Refactor mrt_dump_entry_v2() to use a dynamic buffer to hold the prefix.
Claudio Jeker
2023-03-28
Switch role logic in rde_aspa_validity() since this may need to be extended.
Claudio Jeker
2023-03-22
Bump version
Claudio Jeker
2023-03-21
Improve length checks for ATTR_MP_REACH_NLRI.
Claudio Jeker
2023-03-17
Fix rtr_parse_aspa(), the spas array is actually not copied over into
Claudio Jeker
2023-03-13
typo fix; ok claudio
Jason McIntyre
2023-03-13
Add F_CTL_LEAKED and F_CTL_INELIGIBLE flags for bgpctl to show leaked
Claudio Jeker
2023-03-13
Try to explain that the neighor role is required to enable both
Claudio Jeker
2023-03-11
Bump version to 7.8
Claudio Jeker
2023-03-11
Factor out the cache reset logic into rtr_reset_cache() and use it
Claudio Jeker
2023-03-10
Compile the output filter rules into per peer filter rules.
Claudio Jeker
2023-03-09
Implement ASPA support in RTR by following draft-ietf-sidrops-8210bis-10.
Claudio Jeker
2023-03-09
Major rework of RFC9234 support. My initial interpretation of the RFC was
Claudio Jeker
[next]