NSX|V3: ensure that 0 is in the guest tag range

Change-Id: I9a92a4b0abe439482fe17a9c13537c8a7c0e5b2f
This commit is contained in:
Gary Kotton 2018-02-08 23:15:19 +02:00
parent fd7c93b2dd
commit 52b00656e7
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin,
trunk_vlan_range = None
if transparent_vlan:
# all vlan tags are allowed for guest vlan
trunk_vlan_range = [const.MIN_VLAN_TAG, const.MAX_VLAN_TAG]
trunk_vlan_range = [0, const.MAX_VLAN_TAG]
nsx_result = self.nsxlib.logical_switch.create(
net_name, provider_data['physical_net'], tags,
admin_state=admin_state,