]> 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)
committerMark McClain <mark.mcclain@dreamhost.com>
Wed, 16 Oct 2013 14:39:12 +0000 (10:39 -0400)
commitc471fdc7b3bda60a3419a122357fba2a4facdff2
tree4b659e86589468c2a8792532a3cf151b45d66795
parenta92b15e198b50f3acb9b6ed634543a0ba386af9c
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
(cherry picked from commit 345f8e1fdc65e0cf23369488d4318c0755d6b65d)
neutron/agent/linux/ip_lib.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py