UPDATE
The following configuration on the controller sets the settings correctly even when re-provisioning:
<ufc-controller-home>/data/sites/<site-id>/config.gateway.json
{
“protocols”: {
“igmp-proxy”: {
“interface”: {
“eth0”: {
“alt-subnet”: [
“224.0.0.0/4”,
“213.3.72.0/24”,
“195.186.0.0/16”
],
“role”: “upstream”,
“threshold”: “1”,
“whitelist”: [
“239.0.0.0/8”
]
},
“eth1”: {
“alt-subnet”: [
“192.168.1.0/24”
],
“role”: “downstream”,
“threshold”: “1”
}
}
}
}
}