diff options
author | l0crian1 <ryan.claridge13@gmail.com> | 2025-04-10 11:03:33 -0400 |
---|---|---|
committer | l0crian1 <ryan.claridge13@gmail.com> | 2025-04-10 11:03:33 -0400 |
commit | ad5f14c783c18d48f678d8ab89afc02b6d5d215c (patch) | |
tree | 6dedae24fbd0c4f96a177af58ab06962a4374357 /smoketest/scripts/cli/test_protocols_segment-routing.py | |
parent | d25fa39b1c055e3f44c70504e89455b496a775ce (diff) | |
download | vyos-1x-ad5f14c783c18d48f678d8ab89afc02b6d5d215c.tar.gz vyos-1x-ad5f14c783c18d48f678d8ab89afc02b6d5d215c.zip |
bridge:T7322: Fix bridge allowed-vlan handling
Allowed VLAN ranges are unnecessarily deconstructed into individual vlans, and then added one by one to the bridge. This can take a long time if a large range like 1-4084 is used.
- python/vyos/configdict.py - Added get_vlans_ids_and_range function to return configured ranges
- python/vyos/ifconfig/bridge.py - Modified add and delete vlan section to not loop unnecessarily
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_segment-routing.py')
0 files changed, 0 insertions, 0 deletions