]> git.puffer.fish Git - mirror/frr.git/commit
pimd: modification in mroute 9900/head
authorSai Gomathi <nsaigomathi@vmware.com>
Tue, 26 Oct 2021 14:03:58 +0000 (07:03 -0700)
committerSai Gomathi <nsaigomathi@vmware.com>
Tue, 26 Oct 2021 14:36:24 +0000 (07:36 -0700)
commitc29fec4d3af11da39582c86484c92337fdf128f9
treeac4007918f62af0ec7f6ba8c856e5257a0afd2b9
parent34abbcc4b16438c076262e9b4571e5a27efd540b
pimd: modification in mroute

Problem:
-------
(*,G) created on transit node where same groups are defined as SSM
At present FRR has SSM checks for IGMP report, but SSM check is missing for PIM join.

Fix:
----
Whenever there is a modification in prefix list for SSM range, then we need to browse the ifchannels (PIM joins)
and groups coming in SSM range with (and *,G) should be removed from ifchannel database and also withdraw those routes
from upstream routers.

Signed-off-by: Sai Gomathi <nsaigomathi@vmware.com>
pimd/pim_zebra.c