Project

General

Profile

Actions

Feature #8356

closed

igmp, Add option to disable the igmp service

Added by Pi Ba about 6 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
IGMP Proxy
Target version:
Start date:
03/04/2018
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:

Description

Add option to disable the igmp service

https://github.com/pfsense/pfsense/pull/3911


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
Actions #1

Updated by Jim Pingle about 6 years ago

  • Status changed from New to Feedback

PR has been merged

Actions #2

Updated by Anonymous about 6 years ago

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.

Actions #3

Updated by Jim Pingle about 6 years ago

  • Status changed from Feedback to New
Actions #4

Updated by Jim Pingle about 6 years ago

  • Assignee set to Jim Pingle
Actions #5

Updated by Jim Pingle about 6 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #6

Updated by Anonymous about 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 #7

Updated by Jim Pingle about 6 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF