Actions
Feature #8356
closedigmp, Add option to disable the igmp service
Added by Pi Ba over 6 years ago. Updated over 6 years ago.
Start date:
03/04/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
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 |
Updated by Anonymous over 6 years ago
- 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.
Updated by Jim Pingle over 6 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset ca5270b6540f374ea63fff912807a07ce2ef99eb.
Updated by Anonymous over 6 years ago
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>
Actions