neutron/doc/source/configuration
Lucas Alvares Gomes 114ca0f1be Fix IGMP inconsistency across drivers
Prior to this patch, ML2/OVS and ML2/OVN had inconsistent IGMP
configurations. Neutron only exposed one configuration option for IGMP:
igmp_snooping_enabled.

Other features such as IGMP flood, IGMP flood reports and IGMP flood
unregistered were hardcoded differently on each driver (see LP#2044272
for a more details).

These hardcoded values has led to many changes over the years tweaking
them to work on different scenarios but they were never final because
the fix for one case would break the other.

This patch introduces 3 new configuration options for these other IGMP
features that can be enabled or disabled on both backends. Operators
can now fine tune their deployments in the way that will work for them.

As a consequence of the hardcoded values for each driver we had to break
some defaults and, in the case of ML2/OVS, if operators want to keep
things as they were before this patch they will need to enable the new
mcast_flood and mcast_flood_unregistered configuration options.

That said, the for ML2/OVS there was also an inconsistency with the help
string of igmp_snooping_enabled configuration option as it mentioned
that enabling snooping would disable flooding to unregistered ports but
that was not true anymore after the fix [0].

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

Closes-Bug: #2044272
Change-Id: Ic4dde46aa0ea2b03362329c87341c83b24d32176
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
2023-12-15 09:05:19 +00:00
..
samples Remove ovn.ini example file 2023-09-06 15:19:30 -04:00
config-samples.rst Remove ovn.ini example file 2023-09-06 15:19:30 -04:00
config.rst Remove ovn.ini example file 2023-09-06 15:19:30 -04:00
dhcp-agent.rst Add auto-generated config reference 2017-07-30 21:14:40 +00:00
index.rst PDF documentation build 2019-08-26 02:50:58 +09:00
l3-agent.rst Add auto-generated config reference 2017-07-30 21:14:40 +00:00
linuxbridge-agent.rst Add auto-generated config reference 2017-07-30 21:14:40 +00:00
macvtap-agent.rst Add auto-generated config reference 2017-07-30 21:14:40 +00:00
metadata-agent.rst Add auto-generated config reference 2017-07-30 21:14:40 +00:00
metering-agent.rst doc: fix typo in metering-agent.rst 2023-07-03 09:21:28 +02:00
ml2-conf.rst Fix IGMP inconsistency across drivers 2023-12-15 09:05:19 +00:00
neutron.rst Add auto-generated config reference 2017-07-30 21:14:40 +00:00
openvswitch-agent.rst Add auto-generated config reference 2017-07-30 21:14:40 +00:00
policy-sample.rst doc: Add policy reference 2018-12-20 14:19:40 +09:00
policy.rst [goal] Deprecate the JSON formatted policy file 2021-01-08 09:10:49 +00:00
sriov-agent.rst Add auto-generated config reference 2017-07-30 21:14:40 +00:00