ea85e39660
After [1] and [2], the ARP responder needs to be enabled if DVR and tunneling are enabled or ARP will not work. If it is False we will log a message and force it to True. [1] https://review.opendev.org/#/c/651905/ [2] https://review.opendev.org/#/c/653883/ Change-Id: I934062c970effe5194056b0786f84f3246850701 Related-bug: #1774459
9 lines
357 B
YAML
9 lines
357 B
YAML
---
|
|
other:
|
|
- |
|
|
When the ``enable_distributed_routing`` (DVR) configuration option is set
|
|
to ``True`` and tunneling is enabled, the ``arp_responder`` option will
|
|
be forced to ``True`` since it is now required in order for ARP to work
|
|
properly. For more information, see bug
|
|
`1774459 <https://bugs.launchpad.net/neutron/+bug/1774459>`_.
|