Merge "Disable arp_responder option for LinuxBridge agent"
This commit is contained in:
commit
d6b7f648de
@ -12,4 +12,3 @@ firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
|
||||
[vxlan]
|
||||
l2_population = true
|
||||
local_ip = {{ tunnel_interface_address }}
|
||||
arp_responder = true
|
||||
|
@ -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>`__
|
Loading…
Reference in New Issue
Block a user