Feature #8356
closedigmp, Add option to disable the igmp service
Added by Pi Ba over 8 years ago. Updated over 8 years ago.
100%
Files
| 09-03-2018_13_59_23.png (32.3 KB) 09-03-2018_13_59_23.png | Enable IGMP unchecked coming from 2.4.2 | Anonymous, 03/09/2018 01:06 PM | |
| 09-03-2018_13_59_10.png (37.9 KB) 09-03-2018_13_59_10.png | IGMP proxy still up and running | Anonymous, 03/09/2018 01:06 PM |
JP Updated by Jim Pingle over 8 years ago Actions #1
- Status changed from New to Feedback
PR has been merged
Updated by Anonymous over 8 years ago
Actions
#2
- File 09-03-2018_13_59_23.png 09-03-2018_13_59_23.png added
- File 09-03-2018_13_59_10.png 09-03-2018_13_59_10.png added
With igmp proxy configured on 2.4.2(or p1), upgrade to 2.4.3 (running 2.4.3.a.20180308.1837 here). The config keeps igmp proxy enabled, the service starts and runs, but in the gui it shows disabled.
This is how the config looks at the point described above:
<igmpproxy>
<igmpentry>
<ifname>wan</ifname>
<threshold></threshold>
<type>upstream</type>
<address>172.21.x.x/29</address>
<descr><![CDATA[test-wan]]></descr>
</igmpentry>
<igmpentry>
<ifname>lan</ifname>
<threshold></threshold>
<type>downstream</type>
<address>10.0.0.1/8</address>
<descr><![CDATA[test-lan]]></descr>
</igmpentry>
<enabled></enabled>
</igmpproxy>
Checking the 'Enable IGMP' box and saving, applying, then unchecking the box, saving and applying does not stop the service.
JP Updated by Jim Pingle over 8 years ago Actions #3
- Status changed from Feedback to New
JP Updated by Jim Pingle over 8 years ago Actions #4
- Assignee set to Jim Pingle
JP Updated by Jim Pingle over 8 years ago Actions #5
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset commit:ca5270b6540f374ea63fff912807a07ce2ef99eb.
Updated by Anonymous over 8 years ago
Actions
#6
Works as expected. With the checkbox unchecked, igmp proxy is disabled and not running. With the checkbox checked, igmp proxy is enabled and runs.
checkbox checked
<igmpproxy>
<igmpentry>
<ifname>wan</ifname>
<threshold></threshold>
<type>upstream</type>
<address>172.21.x.x/29</address>
<descr><![CDATA[test-wan]]></descr>
</igmpentry>
<igmpentry>
<ifname>lan</ifname>
<threshold></threshold>
<type>downstream</type>
<address>10.0.0.1/8</address>
<descr><![CDATA[test-lan]]></descr>
</igmpentry>
<enable></enable>
</igmpproxy>
checkbox unchecked
<igmpproxy>
<igmpentry>
<ifname>wan</ifname>
<threshold></threshold>
<type>upstream</type>
<address>172.21.x.x/29</address>
<descr><![CDATA[test-wan]]></descr>
</igmpentry>
<igmpentry>
<ifname>lan</ifname>
<threshold></threshold>
<type>downstream</type>
<address>10.0.0.1/8</address>
<descr><![CDATA[test-lan]]></descr>
</igmpentry>
</igmpproxy>
JP Updated by Jim Pingle over 8 years ago Actions #7
- Status changed from Feedback to Resolved
Also available in: Atom