BGPLite/BGPLite.Api/Entities
Mikhail Movchan f2e9d82083 feat: add custom ASN support for peers
- Introduce `PeerCustomAsn` entity and database schema for managing peer-specific custom ASNs.
- Update `PeerStore` with CRUD methods for custom ASNs.
- Enhance `BgpSession` to load and process custom ASN prefixes.
- Extend API to handle custom ASN retrieval and updates in peer operations.
2026-06-11 20:18:08 +03:00
..
Peer.cs feat: add custom ASN support for peers 2026-06-11 20:18:08 +03:00
PeerCommunity.cs feat: integrate RIPE Stat support for dynamic ASN-based prefix management and extend peer store capabilities 2026-06-09 17:31:09 +03:00
PeerCustomAsn.cs feat: add custom ASN support for peers 2026-06-11 20:18:08 +03:00
PeerCustomPrefix.cs feat: integrate RIPE Stat support for dynamic ASN-based prefix management and extend peer store capabilities 2026-06-09 17:31:09 +03:00
PeerSubscription.cs feat: integrate RIPE Stat support for dynamic ASN-based prefix management and extend peer store capabilities 2026-06-09 17:31:09 +03:00