neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/openflow/native
Sean Mooney 9b0919e648 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.

Conflicts:
    neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/openflow/native/test_br_int.py

Change-Id: I3482c7c4f00942828cc9396cd2f3d646c9e8c9d1
Partial-Bug: #1734320
(cherry picked from commit e3dc447b90)
2019-10-18 07:19:48 +00:00
..
__init__.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
ovs_bridge_test_base.py Make OVS controller inactivity_probe configurable 2019-06-04 13:35:00 +00:00
test_br_int.py raise priority of dead vlan drop 2019-10-18 07:19:48 +00:00
test_br_phys.py Update to support the ovdsbapp 0.4.0 API 2017-05-17 19:58:34 +00:00
test_br_tun.py Update to support the ovdsbapp 0.4.0 API 2017-05-17 19:58:34 +00:00
test_ovs_bridge.py ovs: raise RuntimeError in _get_dp if id is None 2019-03-21 16:16:47 -07:00