]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: replay IGMP static group upon if creation
authorChirag Shah <chirag@cumulusnetworks.com>
Wed, 26 Apr 2017 01:56:00 +0000 (18:56 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Sun, 7 May 2017 00:38:18 +0000 (17:38 -0700)
commitdba88ccbb0a3b4f842671564e170755944e514e1
treed6a190f08c27a6018ee36bda129ebd4484703fcb
parent9ab028b26daeeb180e2d38489c118ea119ec643d
pimd: replay IGMP static group upon if creation

Upon static IGMP configured port down igmp source info is destroyed.
Upon port up or quagga restart (if addr add) register IGMP sock with
port, source, group.

Testing Done:
Configure IGMPv3 Report on Host swpx, ifdown/ifup swpx,
verify ip mroute containng IGMP mroute

tor-1# show ip mroute
Source          Group           Proto  Input      Output     TTL  Uptime
30.1.1.1        225.1.1.21      IGMP   swp2       swp3       1    00:00:05

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
pimd/pim_iface.c