OpenStack Networking (Neutron)
7fa6c1bf39
This patch is ading IGMP snooping support in the OVN driver. Multicast support has been introduced in core OVN upstream. Also, the patch always sets the "mcast_flood_unregistered" config in the OVN Logical_Switch to the same value as the "mcast_snoop" config. This is so that OVN matches the OVS behavior which is to enable IGMP flooding by default [0] (in OVN, by default it's false). [0] http://www.openvswitch.org/support/dist-docs/ovs-vsctl.8.txt (grep for "mcast-snooping-disable") Change-Id: I32f61ba3dd06d7eacf76a74c5c44e1286f90e584 Co-Authored-By: Daniel Alvarez <dalvarez@redhat.com> Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com> |
||
---|---|---|
api-ref | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
tools | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
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.