neutron/neutron/tests/functional
Lucas Alvares Gomes 44c367d985 [OVN] Set mcast_flood_reports on LSPs
This patch enables the "mcast_flood_reports" and "mcast_flood" (on provnet
ports only) options in the Logical Switch Ports in the OVN driver. Without
these options, the ovn-controller will consume the IGMP queries and won't
send it to the LSP ports, meaning that external IGMP queries will never
arrive to the VMs.

In talks to the core OVN team, it was suggested [0] to enable the
"mcast_flood_reports" option by default in the OVN driver (at least until
fixed in core OVN) as a workaround to this problem. And, to avoid having
to update all ports (which can be many) based on the igmp_snooping_enable
configuration option, we are always setting "mcast_flood_reports" to
"true" in the LSPs. This won't cause any harm (also confirmed by core
OVN developers [0]) since it will be ignored if multicast snoop is
disabled.

[0] https://bugzilla.redhat.com/show_bug.cgi?id=1933990#c3

Closes-Bug: #1918108
Change-Id: I99a60b9af94b8208b5818b035e189822981bb269
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
(cherry picked from commit b04d64b90f)
2021-03-10 10:33:58 +00:00
..
agent Merge "Fix wrong packet_type set for IPv6 GRE tunnels in OVS" into stable/victoria 2021-03-07 02:50:07 +00:00
api Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
cmd Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
common All functional tests logs results now 2018-11-21 19:58:18 +00:00
db Remove usage of six.text_type and six.string_type 2020-05-22 14:02:55 -04:00
pecan_wsgi Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
plugins [OVN] Set mcast_flood_reports on LSPs 2021-03-10 10:33:58 +00:00
privileged Support pyroute2 0.5.13 2020-08-05 17:36:01 +00:00
resources [OVN] Add OVN functional tests - part 1 2020-02-18 13:33:52 +00:00
sanity Use pyroute2 for SRIOV VF commands 2020-05-27 16:58:02 +00:00
scheduler Add binding_index to NetworkDhcpAgentBinding 2019-08-29 12:52:07 +04:00
services Improve terminology in the Neutron tree 2020-08-19 16:47:53 -04:00
tests Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
__init__.py tests: removed 'retargetable' framework 2017-05-02 16:45:49 +00:00
base.py [ovn]: port forwarding -- core changes 2020-08-11 14:54:05 -04:00
constants.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
requirements.txt Update requirements for recent pip failures 2020-12-14 11:35:53 +01:00
test_server.py Merge "[Functional] Add logging to the check test file function" 2020-08-06 19:17:08 +00:00
test_service.py Modify api and rpc default number of workers 2019-02-19 13:24:01 -07:00