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-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
2023-03-07
Remove pre-c99 gcc workaround which is no longer needed.
Claudio Jeker
2023-03-02
improve the Nd lines such that the format is consistent for the
Jason McIntyre
2023-02-14
When initalizing a new peer, wait an extra 5 seconds before connecting
Claudio Jeker
2023-02-14
No longer wait for the RTR process to finish the config reload before
Claudio Jeker
2023-02-13
Pass struct rib_entry to rde_generate_updates() instead of struct rib.
Claudio Jeker
2023-02-11
Refactor common code of the 3 up_generate functions into up_process_prefix()
Claudio Jeker
2023-02-09
Instead of relaying struct peer from the SE to the RDE to fill out 10
Claudio Jeker
2023-02-02
Emit log messages in consistent format
Job Snijders
2023-02-01
Fix spelling
Job Snijders
[prev]
[next]