Commit Graph

4 Commits

Author SHA1 Message Date
7839226e72 Implement code changes to enhance functionality and improve performance 2025-06-02 16:51:59 +09:00
0ae3cfb507 Netlink 상수 추가 및 인터페이스 라우팅에 메트릭 지원 추가 2025-05-30 03:00:37 +09:00
4be94ade77 .gitlab-ci.yml에 Python 테스트 추가 및 cloud-init 스크립트 생성, policy_routing.py에서 서비스 재시작 명령 추가 2025-05-28 15:38:59 +09:00
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