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:
parent
e8bd6abe7f
commit
363af8d402
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user