neutron/neutron/conf
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
..
agent Fix IGMP inconsistency across drivers 2023-12-15 09:05:19 +00:00
db Add extra router attributes for ECMP and BFD 2023-07-25 17:03:34 +02:00
extensions Fix a number of configuration typos 2023-03-22 18:35:43 -04:00
plugins Fix IGMP inconsistency across drivers 2023-12-15 09:05:19 +00:00
policies Add policy enforcer for "tags" service plugin 2023-10-14 15:41:06 +00:00
services Merge "Remove deprecated [designate] admin_* parameters" 2023-11-20 21:24:27 +00:00
__init__.py Refactoring config options for quota 2016-05-11 09:15:38 -05:00
common.py Merge "Add a new option to enable signals" 2023-12-08 18:32:12 +00:00
experimental.py Mark "ipv6_pd_enabled" as deprecated and experimental. 2023-05-09 11:06:24 +00:00
profiling.py Add profiler decorator to Neutron 2019-10-31 10:05:01 -05:00
quota.py Fix a number of configuration typos 2023-03-22 18:35:43 -04:00
service.py Fix a number of configuration typos 2023-03-22 18:35:43 -04:00
wsgi.py Refactoring config options for wsgi opts 2016-08-03 19:49:58 +00:00