From c8b2dca2168375e24b9326b7544752fb61fa0717 Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 21 May 2019 12:20:06 +0000 Subject: [PATCH] Update git submodules * Update neutron from branch 'master' - Merge "[DHCP] Don't resync network if same port is alredy in cache" - [DHCP] Don't resync network if same port is alredy in cache Sometimes when port is created on dhcp agent's side, it may happend that same port is already in network cache. Before this patch if port with same IP address was already in cache, resync was rescheduled because of duplicate IPs found in cache. Now resync will be scheduled only if duplicate IP address belongs to port with different MAC address or different id. Change-Id: I23afbc10725f5dc78e3c63e6e505ef89ba8dc4a5 Closes-Bug: #1824802 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 3e1cd9abef..c3bad545f6 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 3e1cd9abef49cc579f0dcf254d1dd5e12a66e9dc +Subproject commit c3bad545f6fea7122a468d80fb7e2017376a21d5