BGPLite/BGPLite.Configuration
Mikhail Movchan a774418abd feat: enhance session management, route handling, and peer operations
- Add `RefreshRoutesAsync` for route updates in `BgpSession`, improving route management and resilience.
- Introduce dynamic peer subscriptions, custom prefixes, and RU-specific routes in `BgpSession`.
- Enhance `PeerStore` with CRUD operations for peers, subscriptions, communities, and prefixes.
- Implement `ISessionManager` in `BgpServer` for session-level operations.
- Refactor API routes for extensibility; introduce scoped handlers for peers, ASN lists, routes, and prefixes.
- Update database context to track new/loaded state and additional peer handling updates.
- Improve logging and error handling across modules for better visibility and debugging.
2026-06-10 01:54:00 +03:00
..
AppConfig.cs feat: refactor to standardize service interfaces, add IPrefixService and IPeerStore, enable dynamic API port configuration and CORS support 2026-06-09 21:09:45 +03:00
BgpConfig.cs feat: initial commit — BGPLite BGP route server 2026-06-05 19:30:18 +03:00
BGPLite.Configuration.csproj feat: initial commit — BGPLite BGP route server 2026-06-05 19:30:18 +03:00
ConfigLoader.cs feat: initial commit — BGPLite BGP route server 2026-06-05 19:30:18 +03:00
PeerConfig.cs feat: initial commit — BGPLite BGP route server 2026-06-05 19:30:18 +03:00
RipeStatConfig.cs feat: enhance session management, route handling, and peer operations 2026-06-10 01:54:00 +03:00