Expand VLAN range

Changes VLAN range to the full allowed range.
The values of 0 and 4095 are reserved.

Change-Id: I85ef251709b96520e9b6054e86ea3a7cb5940c55
Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
This commit is contained in:
Mark Beierl 2024-01-12 14:59:10 -05:00
parent e8bd6abe7f
commit 363af8d402
No known key found for this signature in database
GPG Key ID: 6DD977A302AAF708

View File

@ -182,7 +182,7 @@ class OVNContext(sunbeam_ctxts.ConfigContext):
"path_mtu": "1500",
"tunnel_id_ranges": "1:1000",
"vni_ranges": "1001:2000",
"network_vlan_ranges": "physnet1:1000:2000",
"network_vlan_ranges": "physnet1:1:4094",
"flat_networks": "physnet1",
"enable_tunneling": "True",
"local_ip": "127.0.0.1",