claw back some space from signing policies - #11148
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe router moves the routing authentication policy default from in-class initialization to constructor setup and revises warning messages for authentication rejection and decode failure paths without changing verdict behavior. ChangesRouting authentication updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
⚡ Try this PR in the Web FlasherNote Building this pull request… the flash button, badges and supported-board |
#10967 introduced some large flash objects due to the way it was initialised, plus some long and unoptimised logging strings.
The
policymember ofRoutingAuthCacheis no longer initialized in-class, which saves flash memory. Instead, it is set to its default value at runtime in theRouterconstructor. [1] [2]Several log messages in
passesRoutingAuthGatehave been shortened and clarified to remove redundant phrases and better indicate packet handling outcomes. [1] [2]May conflict or be duplicated by #11144
🤝 Attestations
Summary by CodeRabbit