Eliminate Config Dups (BGP Communities) #138

Open
opened 2024-02-15 22:07:41 +08:00 by johannesmoos · 0 comments
johannesmoos commented 2024-02-15 22:07:41 +08:00 (Migrated from github.com)

Duplicate entries of the [rejection_reasons] and [noexport_reasons] sections also have to be defined under [bgp_communities] to make the BGP communities human-readable in the route detail modal and BGP Community search dropdown menu.

Example:

[rejection_reasons]
6695:1101:3 = Bogon prefix (RFC1918 network)

but we also need

[bgp_communities]
6695:1101:3 = Bogon prefix (RFC1918 network)

Can this be simplified?
The implementation of https://github.com/alice-lg/alice-lg/issues/28 helped significantly with this behaviour but there are still some dups that we could get rid of.

Duplicate entries of the `[rejection_reasons]` and `[noexport_reasons]` sections also have to be defined under `[bgp_communities]` to make the BGP communities human-readable in the route detail modal and BGP Community search dropdown menu. Example: ``` [rejection_reasons] 6695:1101:3 = Bogon prefix (RFC1918 network) ``` but we also need ``` [bgp_communities] 6695:1101:3 = Bogon prefix (RFC1918 network) ``` Can this be simplified? The implementation of https://github.com/alice-lg/alice-lg/issues/28 helped significantly with this behaviour but there are still some dups that we could get rid of.
Sign in to join this conversation.
No description provided.