mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-10 08:37:02 +00:00
Merge branch 'master' into next
Forward-merge the fipstop routing-stats label flip and the three fixes carried up from maint: drop the redundant parent_switched counter, keep the tighter path_mtu on a LookupResponse, and reuse one shared secp256k1 context. Clean auto-merge into next's post-refactor structure.
This commit is contained in:
@@ -273,7 +273,6 @@ pub struct TreeStatsSnapshot {
|
||||
pub stale: u64,
|
||||
pub ancestry_invalid: u64,
|
||||
pub accepted: u64,
|
||||
pub parent_switched: u64,
|
||||
pub loop_detected: u64,
|
||||
pub ancestry_changed: u64,
|
||||
pub sent: u64,
|
||||
|
||||
Reference in New Issue
Block a user