Skip to content

Commit

Permalink
Update scripts/db/2023.2.0/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viniarck authored May 6, 2024
1 parent 8ee5895 commit 4fe2497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/db/2023.2.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder contains Topology's related scripts:

<details><summary><h3>Change <code>tag_type</code> from integer to string type</h3></summary>

[`000_vlan_pool.py`](.000_vlan_pool.py) is a script to change ``available_vlans`` to ``available_tags``. Also adding new field ``tag_ranges``. These new fields have the type ``dict[str, list[list[int]]]``. Example
[`000_vlan_pool.py`](./000_vlan_pool.py) is a script to change ``available_vlans`` to ``available_tags``. Also adding new field ``tag_ranges``. These new fields have the type ``dict[str, list[list[int]]]``. Example

```
available_tags = {"vlan": [[1, 299], [301, 4095]]}
Expand Down

0 comments on commit 4fe2497

Please sign in to comment.