Merge "Disable arp_responder option for LinuxBridge agent"

This commit is contained in:
Zuul 2020-08-25 09:58:56 +00:00 committed by Gerrit Code Review
commit d6b7f648de
2 changed files with 8 additions and 1 deletions

View File

@ -12,4 +12,3 @@ firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
[vxlan]
l2_population = true
local_ip = {{ tunnel_interface_address }}
arp_responder = true

View File

@ -0,0 +1,8 @@
---
fixes:
- |
Reverts the arp_responder option setting to the default ('False') for the
LinuxBridge agent, as this is known to cause problems with l2_population
as well as other issues such as not being fully compatible with the
allowed-address-pairs extension.
`LP#1892776 <https://bugs.launchpad.net/kolla-ansible/+bug/1892776>`__