1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-27 20:39:19 +00:00
thatmattlove-hyperglass/docs
Wilhelm Schonfeldt eabd98b606 feat: Add BGP community friendly names and enhance RPKI configuration
- Add new 'name' mode for BGP communities to append friendly names
  - New configuration option `structured.communities.mode: name`
  - Community mappings via `structured.communities.names` dictionary
  - Communities display as "65000:1000 - Upstream Any" in UI
  - Backward compatible with existing permit/deny modes

- Enhance RPKI configuration documentation
  - Document both Cloudflare and Routinator backend options
  - Add `structured.rpki.backend` and `structured.rpki.rpki_server_url` parameters
  - Clarify Routinator web API endpoint usage vs RTR port
  - Add comprehensive configuration examples

- Update structured output platform support
  - Document all supported platforms: Arista EOS, FRRouting, Huawei VRP, Juniper Junos, Mikrotik RouterOS/SwitchOS

- Frontend enhancements
  - Parse comma-separated community format in UI components
  - Display friendly names alongside community codes
  - Maintain existing functionality for communities without names

- Add validation and examples
  - Validate that 'name' mode has community mappings configured
  - Include example configuration and test cases
  - Generic examples using ASN 65000 instead of specific networks
2025-09-26 11:32:29 +02:00
..
components update docs 2024-03-25 00:01:16 -04:00
pages feat: Add BGP community friendly names and enhance RPKI configuration 2025-09-26 11:32:29 +02:00
public clean up unused parameters and start work on 2.0.0 docs 2022-12-12 18:52:39 -05:00
.gitignore include changelog with docs 2024-05-28 14:56:28 -04:00
favicon-formats.ts update docs backend 2024-05-28 21:30:33 -04:00
global.d.ts add noindex nofollow tags to docs 2022-12-19 15:11:39 -05:00
global.module.css clean up unused parameters and start work on 2.0.0 docs 2022-12-12 18:52:39 -05:00
next-env.d.ts clean up unused parameters and start work on 2.0.0 docs 2022-12-12 18:52:39 -05:00
next.config.mjs update docs backend 2024-05-28 21:30:33 -04:00
package.json update docs backend 2024-05-28 21:30:33 -04:00
platforms.json update docs & examples 2024-03-20 00:57:11 -04:00
pnpm-lock.yaml update docs backend 2024-05-28 21:30:33 -04:00
theme.config.tsx fix docs opengraph tags 2024-05-28 21:35:58 -04:00
tsconfig.json update docs backend 2024-05-28 21:30:33 -04:00