]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Install arp spoofing protection flow after setting port tag
authorshihanzhang <shihanzhang@huawei.com>
Wed, 8 Jul 2015 01:32:39 +0000 (09:32 +0800)
committershihanzhang <shihanzhang@huawei.com>
Mon, 3 Aug 2015 07:36:28 +0000 (15:36 +0800)
commitff8bd9d1e9a1f5c7445af2c8a4489623634cb417
treeab56194ac01e0fa68267704a0caa36443d654a92
parente40d23e26ded26d8833762cbbd22712f617ce2c4
Install arp spoofing protection flow after setting port tag

when ovs-agent set a tag for a port, it will first remove all
flows on this port, because it should guarantee that no drop_port
flow installed by port_dead remains, so arp spoofing protection
flow must be installed after it.

Closes-Bug: #1472452

Change-Id: I566d0fd93b39e81a34214f1a7a0a1decc9a169d6
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_tunnel.py