neutron/neutron/conf/agent
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
..
database Add max limit to agent_down_time 2023-08-08 10:06:29 +10:00
l3 Fix a number of configuration typos 2023-03-22 18:35:43 -04:00
metadata Validate ip versions 2023-11-28 01:21:23 +00:00
ovn Add [metadata_rate_limiting] options to example config files 2023-11-28 10:20:35 +09:00
__init__.py Refactoring config options for dhcp agent 2016-07-06 17:24:23 +00:00
agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
cmd.py Improve ovs cleanup utility help 2019-12-20 09:14:34 +00:00
common.py Remove ovs_integration_bridge configuration option 2023-11-23 07:06:53 +00:00
dhcp.py Add rate-limiting to metadata agents 2023-05-17 18:52:25 -05:00
l2_ext_fdb_population.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
linux.py Refactoring agent linux&ovsdb config 2017-08-25 10:41:39 -04:00
ovs_conf.py Fix IGMP inconsistency across drivers 2023-12-15 09:05:19 +00:00
ovsdb_api.py Fix a number of configuration typos 2023-03-22 18:35:43 -04:00
securitygroups_rpc.py Fix a number of configuration typos 2023-03-22 18:35:43 -04:00
windows.py Refactoring agent linux&ovsdb config 2017-08-25 10:41:39 -04:00