Commit Graph

1 Commits

Author SHA1 Message Date
21211c5fc0 Add Policy-Based Routing Manager and unit tests
- Implemented the Policy-Based Routing Manager in `policy_routing.py` for real-time network change detection.
- Added configuration management, network interface monitoring, and routing rule application features.
- Created a test suite in `test_policy_routing.py` to validate the functionality of the PolicyRoutingManager class.
- Included tests for network calculations, command execution, interface retrieval, and routing application.
- Mocked external dependencies to ensure tests do not affect the actual system configuration.
2025-05-28 10:42:48 +09:00