OpenStack Networking (Neutron)
b04d64b90f
This patch enables the "mcast_flood_reports" and "mcast_flood" (on provnet ports only) options in the Logical Switch Ports in the OVN driver. Without these options, the ovn-controller will consume the IGMP queries and won't send it to the LSP ports, meaning that external IGMP queries will never arrive to the VMs. In talks to the core OVN team, it was suggested [0] to enable the "mcast_flood_reports" option by default in the OVN driver (at least until fixed in core OVN) as a workaround to this problem. And, to avoid having to update all ports (which can be many) based on the igmp_snooping_enable configuration option, we are always setting "mcast_flood_reports" to "true" in the LSPs. This won't cause any harm (also confirmed by core OVN developers [0]) since it will be ignored if multicast snoop is disabled. [0] https://bugzilla.redhat.com/show_bug.cgi?id=1933990#c3 Closes-Bug: #1918108 Change-Id: I99a60b9af94b8208b5818b035e189822981bb269 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com> |
||
---|---|---|
api-ref | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
tools | ||
vagrant/ovn | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
plugin.spec | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
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
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute, please read the CONTRIBUTING.rst file.