]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
use proxy mode on vxlan interface only when l2-population is activated
authormathieu-rohon <mathieu.rohon@gmail.com>
Wed, 9 Oct 2013 09:13:04 +0000 (11:13 +0200)
committermathieu-rohon <mathieu.rohon@gmail.com>
Wed, 9 Oct 2013 15:44:28 +0000 (17:44 +0200)
commit345f8e1fdc65e0cf23369488d4318c0755d6b65d
treec43c6b34ecf471aa01eb422af463b03e82bf04d7
parent434b8b01bce5c06e3011aa357d02e77b3a18ef62
use proxy mode on vxlan interface only when l2-population is activated

the proxy mode was set by default on every vxlan interfaces
which leads to inaccessibility between VM that are not hosted
on the same host in a vxlan network

Closes-Bug: #1237082

Change-Id: I34028ee0bdfdccda61c6a29f58759259da060b68
neutron/agent/linux/ip_lib.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py