yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61909
[Bug 1668908] [NEW] available_local_vlans miss 4094
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
Follow ups