From: Victor Pickard Date: Thu, 4 May 2017 16:55:06 +0000 (-0400) Subject: Updated git submodules X-Git-Tag: release/boron-sr4~95 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=24fb24ef505e1e8c8864899710dda28f36931428;p=docs.git Updated git submodules Project: netvirt stable/boron 32175d56bbfa9538fab587d33d4ee2af5907cf70 Bug 8376: Fix DHCP for external tunnels DHCP for external tunnels does not work with neutron DHCP server. ODL is installing rules to punt DHCP packets received on external tunnels to controller, even when ODL DHCP is disabled. But, since ODL DHCP is disabled, no DHCP response is sent by ODL. And, with these rules installed, neutron dhcp server never sees the DHCP packet. As a result, VM will not get IP address. Do not start listeners that are responsible for installing DHCP rules to punt DHCP packets to ODL controller when ODL DHCP is disabled. Change-Id: Ib0e243a9bca5866e50a5d1cb4c70cd4441dd01e6 Signed-off-by: Victor Pickard --- diff --git a/docs/submodules/netvirt b/docs/submodules/netvirt index a9945a7e9..32175d56b 160000 --- a/docs/submodules/netvirt +++ b/docs/submodules/netvirt @@ -1 +1 @@ -Subproject commit a9945a7e9f0f1ce5251fcebcff7b5ffd24509e76 +Subproject commit 32175d56bbfa9538fab587d33d4ee2af5907cf70