kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).
https://kytos-ng.github.io/
MIT License
2 stars 7 forks source link

Redefine `Interface.available_tags` as `dict[str, list[list[int, int]]]` #408

Closed Alopalao closed 8 months ago

Alopalao commented 10 months ago

Changing Interface.available_tags to dict[str, list[list[int, int]]] especiying tag_type and list of ranges for example:

{
  "1": [[1, 2], [5, 10]],
}

This deprecates vlan_pool settings.