blob: 76f4fa43dc4c7da66ff0f44bfbf752e0c8931d1e [file] [log] [blame]
Matteo Scandoloa80b4732020-09-04 13:51:10 -07001{
2 "org.opencord.igmpproxy" : {
3 "igmpproxy":{
4 "FastLeave":"true",
5 "LastQueryInterval":1,
6 "MaxResp":1,
7 "enableIgmpProvisioning":"false",
8 "globalConnectPointMode":"true",
9 "globalConnectPoint" : "of:0000000000000001/3",
10 "sourceDeviceAndPort":"of:0000000000000001/3",
11 "outgoingIgmpVlanId":550,
12 "outgoingIgmpInnerVlanId":55,
13 "outgoingIgmpWithV3":"true",
14 "IgmpCos":5,
15 "IgmpUniCos":5,
16 "PeriodicQuery":"true",
17 "KeepAliveInterval":60,
18 "KeepAliveCount":5,
19 "requestDsIgmpPackets":false
20 }
21 }
22}