From c56ecb599553c0b15389d39a8965a5f032836b74 Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 5 Aug 2020 16:18:51 +0000 Subject: [PATCH] Update git submodules * Update neutron from branch 'master' - Merge "Use ebtables-legacy on Ubuntu Focal" - Use ebtables-legacy on Ubuntu Focal On Ubuntu 20.04 there is by default ebtables-nft used. The problem with that is that nftables don't supports syntax for source and destination ipv4 address in arp tables right now. So to workaround/fix this problem at least in our gate jobs we have to switch to ebtables-legacy for now. And that's exactly what this patch is doing. Change-Id: I0aca119f1feca1d8f31a0104dde40d5d52c1b25c Closes-Bug: #1889779 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 4c7d5d141f..24590a334f 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 4c7d5d141f073d3e3fe71e1aac9ba3f910e8a2e3 +Subproject commit 24590a334fff0ed1cb513b0f496be965bc9309d4