neutron/neutron/plugins/openvswitch
yangxurong bd5373b670 Use iptables zone to separate different ip_conntrack
ip_conntrack causes security group rule failures when packets share
the same 5-tuple. Use iptables zone option to separate different
conntrack zone. Currently this patch only works for OVS agent.

Co-authored-by: shihanzhang <shihanzhang@huawei.com>

Change-Id: I90b4d2485e3e491f496dfb7bdee03d57f393be35
Partial-Bug: #1359523
2015-05-05 16:59:37 +08:00
..
agent Use iptables zone to separate different ip_conntrack 2015-05-05 16:59:37 +08:00
common Enable ARP spoofing prevention by default 2015-03-30 12:27:03 -07:00
README remove openvswitch plugin 2014-10-01 21:16:27 -07:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ovs_models_v2.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00

README

The Open vSwitch (OVS) Neutron plugin has been removed and replaced by ML2. You
must run the migration manually to upgrade to Juno.

See neutron/db/migration/migrate_to_ml2.py