kolla-ansible/releasenotes/notes/fix-linuxbridge-arp_responder-28068f7fe41e4e4d.yaml
Nick Jones e721c6ae0b
Disable arp_responder option for LinuxBridge agent
Enabling both l2_population and arp_responder for LinuxBridge can cause
problems in some configurations [0].  This commit removes the explicit
'true', reverting it to the default which is 'False'.

Closes-Bug: #1892776

[0] https://bugs.launchpad.net/neutron/+bug/1661717

Change-Id: Ia9445a651fd7a082835a858964bcb9e8e325338d
Signed-off-by: Nick Jones <nick@dischord.org>
2020-08-24 20:34:53 +01:00

9 lines
356 B
YAML

---
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>`__