Reviewed: https://review.opendev.org/744500 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=31a95c085fc1a5ce8a57ff834386b022ae087e24 Submitter: Zuul Branch: master
commit 31a95c085fc1a5ce8a57ff834386b022ae087e24 Author: Slawek Kaplonski <[email protected]> Date: Mon Aug 3 16:58:05 2020 +0200 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 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1889779 Title: Functional tests neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect failing on Ubuntu 20.04 Status in neutron: Fix Released Bug description: We are going to switch our testing to the Ubuntu 20.04 and some functional tests from module neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect are failing there. Errors are like: http://paste.openstack.org/show/796490/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1889779/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

