f651b28c4234ab7d20ecae7d12b47cc090b92ea9

This patch introduces a new configuration option for OVN called "broadcast_arps_to_all_routers". This option is responsible for configuring the external networks with the 'broadcast-arps-to-all-routers' configuration from OVN 23.06 and newer. By enabling this option (default) OVN will flood ARP requests to all attached ports on a network. If disabled, ARP requests are only sent to routers on that network if the target MAC address matches. ARP requests that does not match a router will only be forwarded to non-router ports. Closes-Bug: #2071818 Change-Id: Id16b16113420e9f024e1936f9427824d711b6d30 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
…
…
…
…
…
…
…
OpenStack Neutron
Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).
To learn more about neutron:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
If you would like to contribute to Neutron, please read the file CONTRIBUTING.rst or see the Neutron contributor guide:
https://docs.openstack.org/neutron/latest/contributor/contributing.html
Get in touch via email. Use [Neutron] in your subject.
Description
Languages
Python
99.7%
Shell
0.3%