neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent
Sean Mooney e3dc447b90 raise priority of dead vlan drop
- This change adds a max priority flow to drop
  all traffic that is associated with the
  DEAD VLAN 4095.
- This change is part of a partial mitigation of
  bug 1734320. Without this change vlan 4095 traffic
  will be dropped via a low priority flow after being
  processed by part/all of the openflow pipeline.
  By raising the priorty and droping in table 0
  we drop invalid packets as soon as they enter
  the pipeline.

Change-Id: I3482c7c4f00942828cc9396cd2f3d646c9e8c9d1
Partial-Bug: #1734320
2018-11-14 08:28:02 +00:00
..
extension_drivers [Qos] Fix residues of ovs in ingress bw limit 2017-12-05 18:36:20 +08:00
openflow raise priority of dead vlan drop 2018-11-14 08:28:02 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
fake_oflib.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
ovs_test_base.py Update to support the ovdsbapp 0.4.0 API 2017-05-17 19:58:34 +00:00
test_ovs_agent_extension_api.py of_interface: Implement bundled() method 2018-04-18 18:33:55 +09:00
test_ovs_capabilities.py unit test: unbreak test cases for callbacks.subscribe 2018-04-11 07:20:42 +00:00
test_ovs_neutron_agent.py ovs-agent: Report resource info in heartbeat 2018-10-11 11:08:07 +02:00
test_ovs_tunnel.py Adopt hacking 1.1.0 2018-07-05 11:31:40 +09:00
test_vlanmanager.py Removed deprecated class LocalVLANMapping 2016-11-07 20:24:06 +00:00