Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings: interface_tag_options, vxlan_vni_range, external_routing_policies, remove_private_as #386

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

indy-independence
Copy link
Member

  • external_routing_policies: List of strings, referring to routing policies defined in external
    sources such as templates repository. BGP neighbor route maps must refer to a policy defined in
    either this list or the routing_policies setting described above.

  • interface_tag_options: Dictionary of {, }:

    • name: Name of the tag, as defined in templates
    • description: Description of the tag to be displayed in WebUI etc.
  • vxlan_vni_range: Define a range of VNIs to be used for VXLANs, ex "10000-99999". If any VXLANs are
    configured with VNIs outside of this range an error will be raised when refreshing settings.

BGP neighbors

  • remove_private_as: Optional, if set must be either "all" or "replace".
    Remove all private AS numbers from AS_PATH, or replace private AS numbers with local AS.

- external_routing_policies: List of strings, referring to routing policies defined in external
  sources such as templates repository. BGP neighbor route maps must refer to a policy defined in
  either this list or the routing_policies setting described above.

- interface_tag_options: Dictionary of {<name>, <description>}:

  * name: Name of the tag, as defined in templates
  * description: Description of the tag to be displayed in WebUI etc.

- vxlan_vni_range: Define a range of VNIs to be used for VXLANs, ex "10000-99999". If any VXLANs are
  configured with VNIs outside of this range an error will be raised when refreshing settings.
Note that StrEnum subclass can't have members with string method names,
for example title or replace. Therefore options are named REPLACE
instead of replace to avoid this issue:
python/mypy#14494
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant