Skip to content

Commit fd51796

Browse files
Merge pull request #1228 from hjensas/OSPRH-25988-disable-IGMP
Disable IGMP snooping to avoid issues with DHCPv6
2 parents 2182b61 + 72a3a75 commit fd51796

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scenarios/uni04delta-ipv6/config_download.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ parameter_defaults:
6969
ComputeHostnameFormat: '%stackname%-compute-%index%'
7070
EnableVLANTransparency: true
7171
NeutronServicePlugins: 'qos,ovn-router,trunk,segments,log'
72-
NeutronEnableIgmpSnooping: true
72+
# OSPRH-25988: Disable IGMP snooping to avoid issues with DHCPv6
73+
NeutronEnableIgmpSnooping: false
7374
OVNEmitNeedToFrag: false
7475
NeutronNetworkVLANRanges: 'datacentre:1000:2000'
7576
NeutronTypeDrivers: 'geneve,vlan,flat,local'

0 commit comments

Comments
 (0)