neutron/neutron
Slawek Kaplonski b4070c9752 Fix multicast traffic with IGMP snooping enabled
In the ML2/OVS when igmp_snooping is enabled but there is no
external querier multicast traffic will stop working after few minutes
as packets will not be flooded to tunnel/external bridges.

So this patch sets "mcast-snooping-disable-flood-unregistered" option
of the br-int to False (default value) even when igmp_snooping is
enabled in the neutron-ovs-agent's config file.

Additionally it configures "mcast-snooping-flood-reports" and
"mcast-snooping-flood" on patch ports in br-int to True.

That way we can provide best effort snooping: multicast isolation where
IGMP queriers are available and flood everywhere else?

Closes-Bug: #1884723
Change-Id: Iefa0044dba9e92592295a79448e5d57d9e14a40b
2020-12-15 23:39:08 +01:00
..
agent Fix multicast traffic with IGMP snooping enabled 2020-12-15 23:39:08 +01:00
api Merge "Check project_id/tenant_id in API call" 2020-12-04 06:31:57 +00:00
cmd Fix calling of add_tunnel_port method from sanity checks module 2020-11-25 14:40:33 +00:00
common Merge "Auto-remove floating agent gw ports on net/subnet delete" 2020-11-23 15:43:45 +00:00
conf Merge "Remove deprecated use_veth_interconnection option" 2020-11-19 09:07:16 +00:00
core_extensions Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
db Update requirements for recent pip failures 2020-12-09 13:17:51 +01:00
debug Fix neutron debug probe to use integration_bridge 2020-03-31 11:17:47 +00:00
extensions Merge "Remove left over code for availability_zone_filter" 2020-12-03 21:38:46 +00:00
hacking Remove "six" library 2020-07-28 16:55:52 +00:00
ipam Bump pylint version to support python 3.8 2020-08-06 16:00:30 +02:00
locale Imported Translations from Zanata 2020-10-11 07:22:44 +00:00
notifiers Add config option ``http_retries`` 2020-06-29 22:07:46 -04:00
objects Merge "Support remote address group in SG rules" 2020-11-28 11:26:39 +00:00
pecan_wsgi Log exception generated in Controller.prepare_request_body 2020-08-18 16:18:34 -03:00
plugins Fix multicast traffic with IGMP snooping enabled 2020-12-15 23:39:08 +01:00
privileged Remove "ovs-vsctl" support from rootwrap 2020-11-23 16:23:36 +00:00
profiling Remove "six" library 2020-07-28 16:55:52 +00:00
quota Remove "six" library 2020-07-28 16:55:52 +00:00
scheduler Finish the new DB engine facade migration 2020-11-24 09:20:35 +00:00
server Re-use existing ProcessLauncher from wsgi in RPC workers 2020-02-07 14:51:06 +01:00
services Update requirements for recent pip failures 2020-12-09 13:17:51 +01:00
tests Fix multicast traffic with IGMP snooping enabled 2020-12-15 23:39:08 +01:00
__init__.py Remove usage of six.PY2 2020-05-22 12:59:01 -04:00
_i18n.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
auth.py
manager.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
neutron_plugin_base_v2.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
opts.py No rpc_response_max_timeout in LB-agent 2020-06-01 15:25:20 +00:00
policy.py Remove usage of six.text_type and six.string_type 2020-05-22 14:02:55 -04:00
service.py Re-use existing ProcessLauncher from wsgi in RPC workers 2020-02-07 14:51:06 +01:00
version.py
worker.py Change process name of neutron-server to match worker role 2019-03-01 14:18:09 -05:00
wsgi.py Remove usage of six.text_type and six.string_type 2020-05-22 14:02:55 -04:00