neutron/neutron/agent
Thomas Morin 5981bf416d OVSBridge: add --strict to allow priority in delete_flows
n8g-sfc currently has its own variant of OVSBridge to allow the use
of priority in a delete_flows call

This change is meant to make this available outside n8g-sfc and
simplify n8g-sfc code.

This change adds a 'strict' boolean parameter to mod_flow and delete_flows
that results in ovs-ofctl to be run with --strict for del-flows and
mod-flows actions.  When strict is set, the use of priority is allowed
and hence not rejected anymore.

Note that for batched actions in a deffered bridge, we disallow mixing
calls with strict and without strict, which can't be translated in one CLI
call.

Needed-By: I3bf939590dd43bff685f133bff86eb7e9068de91
Change-Id: I289d546780f10dc1002ab6bc2e1b38c9ef2d728f
2017-05-04 11:52:34 +02:00
..
common OVSBridge: add --strict to allow priority in delete_flows 2017-05-04 11:52:34 +02:00
dhcp Spin off context module 2017-03-06 16:25:29 +00:00
l2 Clear QoS rules from ports without a qos policy. 2017-03-27 13:50:27 +00:00
l3 Throttle SIGHUPs to keepalived 2017-03-28 03:37:09 +00:00
linux Throttle SIGHUPs to keepalived 2017-03-28 03:37:09 +00:00
metadata Don't add duplicate metadata rules after router update 2017-03-15 17:06:09 +08:00
ovsdb Fix Python 3 compatibility in idlutils 2017-03-22 21:36:19 +02:00
windows Add IPLink class to Windows ip_lib implementation 2017-01-17 17:39:38 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extension.py Generalize agent extension mechanism 2016-07-19 13:45:22 +00:00
agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
dhcp_agent.py Agent common config 2017-03-15 09:52:18 -06:00
firewall.py Use ICMPV6_TYPE_* constants from neutron-lib 2016-05-28 07:53:35 -07:00
l3_agent.py Agent common config 2017-03-15 09:52:18 -06:00
metadata_agent.py Agent common config 2017-03-15 09:52:18 -06:00
rpc.py Remove logging import unused 2017-02-15 14:01:04 +07:00
securitygroups_rpc.py Delete conntrack when remote ipset member removed 2016-11-29 16:19:03 +00:00