You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(config): consolidate protection into routing and normalize CLI defaults
Major configuration architecture improvements:
- Refactor protection mechanism from separate `protection_mode` setting to `route_method=1plus1_protection`
- Normalize all CLI parameter defaults to None for better config file precedence
- Move k_paths from general_settings to routing_settings section
- Update all example configs, templates, and tests to reflect new structure
- Add request tracking infrastructure in SDNController for failure handling
- Enhance backup path management in routing properties
This change simplifies the configuration model by treating 1+1 protection
as a routing method rather than a separate protection layer, making the
system more intuitive and reducing configuration complexity.
Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments