neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/ovs_ofctl
Sean Mooney ffee956d44 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
(cherry picked from commit e3dc447b90)
2019-10-03 08:02:52 +00:00
..
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
br_dvr_process.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
br_int.py raise priority of dead vlan drop 2019-10-03 08:02:52 +00:00
br_phys.py OpenFlowSwitchMixin: do not override delete_flows 2017-02-24 10:43:31 -05:00
br_tun.py OpenFlowSwitchMixin: do not override delete_flows 2017-02-24 10:43:31 -05:00
main.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
ofswitch.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
ovs_bridge.py OVS: merge the required OpenFlow version rather than replace 2017-01-25 08:57:09 +00:00