4 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.
v0.1
2025-05-28 10:42:48 +09:00
cdd0d4a99e 네트워크 계산 기능 추가 및 디버깅 개선 2025-05-28 10:08:29 +09:00
899d353af2 타입 힌트 및 로깅 개선, 인터페이스 디버깅 기능 추가
새로운 NIC 감지 기능 강화
2025-05-28 09:40:17 +09:00
0caf0ece55 Update file policy-routing.py 2025-05-26 08:44:21 +00:00