Public bug reported:
p_const.MIN_VLAN_TAG=1
p_const.MAX_VLAN_TAG=4094
self.available_local_vlans =
set(moves.range(p_const.MIN_VLAN_TAG,p_const.MAX_VLAN_TAG))
the value of self.available_local_vlans is ([1,2.....4093]),omit 4094
when ovs-agent set the local vlan,4094 is valid
** Affects: neutron
Importance: Undecided
Assignee: zhichao zhu (rtmdk)
Status: New
** Changed in: neutron
Assignee: (unassigned) => zhichao zhu (rtmdk)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1668908
Title:
available_local_vlans miss 4094
Status in neutron:
New
Bug description:
p_const.MIN_VLAN_TAG=1
p_const.MAX_VLAN_TAG=4094
self.available_local_vlans =
set(moves.range(p_const.MIN_VLAN_TAG,p_const.MAX_VLAN_TAG))
the value of self.available_local_vlans is ([1,2.....4093]),omit 4094
when ovs-agent set the local vlan,4094 is valid
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1668908/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp