What is the use of the Dead VLAN tag 4095 on quantum openvswitch plugin?
Asked by
Vangelis Tasoulas
When I run "ovs-vsctl show", sometimes I see some ports with VLAN tag 4095
After doing some search I couldn't find much references on it except the source file "ovs_quantum_
# A placeholder for dead vlans.
DEAD_VLAN_TAG = "4095"
...
...
def port_dead(self, port):
'''Once a port has no binding, put it on the "dead vlan".
:param port: a ovs_lib.VifPort object.'''
The question is why '''Once a port has no binding, put it on the "dead vlan" and not destory it?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- neutron Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Salvatore Orlando
- Solved:
- Last query:
- Last reply:
To post a message you must log in.