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

Improvement: check for duplicates #508

Open
4 tasks
Noki opened this issue Jul 13, 2023 · 0 comments
Open
4 tasks

Improvement: check for duplicates #508

Noki opened this issue Jul 13, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Noki
Copy link
Member

Noki commented Jul 13, 2023

It's easy to make careless mistakes, e.g. when copying a configuration. We should therefore implement checks that check for duplicates and throw an error if there are any.

  • prefix must be globally unique in all vlans across all networks.yml files
  • ipv6_prefix must be globally unique across all networks.yml files
  • ipv6_subprefix must be unique within a networks.yml file
  • name of a vlan must be unique within a networks.yml file
@Noki Noki added enhancement New feature or request good first issue Good for newcomers labels Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant