neutron/neutron/tests/unit/services/logapi/drivers/openvswitch
Nguyen Phuong An 684ea39801 Fix lost connection when create security group log
Packet sent to table 91 are considered accepted by the egress pipeline
and NORMAL action is used by default in this table. However, if we
create a security group logging resource, then ovs flows log will be
added into this table with higher priority. Therefore packet matches
with ovs flows log will be sent to CONTROLLER and never forward.
So this patch append action=NORMAL into ovs flows log to forward
the packet and send it to CONTROLLER for logging.

Closes-Bug: #1787106
Change-Id: I6e95e2e646ec8a5507c7f140ab2c4a56be8404c3
(cherry picked from commit 7d2ac2d0af)
2018-08-22 09:46:32 +09:00
..
__init__.py [log] ovs fw logging implementation 2018-01-09 09:26:40 +07:00
test_ovs_firewall_log.py Fix lost connection when create security group log 2018-08-22 09:46:32 +09:00