]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Install more-specific ICMPv6 rule in DVR routers
authorBrian Haley <brian.haley@hp.com>
Thu, 2 Jul 2015 19:56:51 +0000 (15:56 -0400)
committerBrian Haley <brian.haley@hp.com>
Thu, 2 Jul 2015 19:56:51 +0000 (15:56 -0400)
commit8a084805544a4676aeb4a9182032297897e590e0
tree193a242cc5e4578012dead20572dfa6ddd0b1f21
parent745fc6f9639f3ae1b9b13e2bdd92b089b9ad144f
Install more-specific ICMPv6 rule in DVR routers

The Openflow rule added in install_dvr_process_ipv6() is dropping
all ICMPv6 traffic, not just the Router Advertisement the comment
mentions. This is causing things like ping6 to fail to VMs on DVR
compute nodes because the reply packets are getting dropped in the
local DVR router before being sent to br-tun.

Change-Id: I14741dd4293e7cfb99cb6bba03cf583ca3ea82ef
Closes-bug: 1471000
neutron/plugins/ml2/drivers/openvswitch/agent/openflow/ovs_ofctl/br_dvr_process.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/openflow/ovs_ofctl/ovs_bridge_test_base.py