]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix DVR flow problems for IPv6 subnet
authorXu Han Peng <xuhanp@cn.ibm.com>
Wed, 3 Dec 2014 06:58:34 +0000 (14:58 +0800)
committerXu Han Peng <xuhanp@linux.vnet.ibm.com>
Fri, 26 Dec 2014 03:38:11 +0000 (03:38 +0000)
commit727417e71ed155c7d356b27518896026338f79c3
tree42f07d252919d956e23e807eacca4334740fafe2
parent197838bb7dbd288da641ea62922638ff2e5cda0f
Fix DVR flow problems for IPv6 subnet

This code fixes DVR flow problems by changing proto='ip' to
proto='ipv6' and changing nw_dst to ipv6_dst.

When DVR is enabled, RADVD is spawned by l3 agent on each compute
node. This code also prevent IPv6 Router Advertisement from
sending to other compute nodes.

Change-Id: Id94acd85ea124eff6cfdfbfc546f5dd4ca81ef43
Closes-Bug: 1398244
Closes-Bug: 1398627
Partial-Bug: 1376325
neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py