neutron-fwaas/neutron_fwaas/services
wujun 1471eba89d Modify an order between iptables and conntrack when update firewall
When update a firewall, we should update the iptables firstly,
and then remove the conntrack record, just like the function
create_firewall() and create_firewall_group(). Otherwise, the
contrack record could be reproduced. It will be occurred more
easily in scenario of large flow, because removing conntrack
and updating firewall will take some time, and in this interval
the subsequent flow could be came to reproduced the same
conntrack record.

Change-Id: I7bd36964199c6ce7c146f3ef06a693e9c6fe5353
Closes-bug: #1696093
2017-06-08 01:34:42 +00:00
..
firewall Modify an order between iptables and conntrack when update firewall 2017-06-08 01:34:42 +00:00
__init__.py Split fwaas services code into neutron-fwaas 2014-12-08 13:38:07 -07:00