kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).

Home Page:https://kytos-ng.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Alopalao opened this issue · comments

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.