]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_mroute.c
pimd: (S,G) Route doesn't inherit olist from parent while creation
authorsaravanank <saravanank@vmware.com>
Mon, 16 Mar 2020 01:37:07 +0000 (18:37 -0700)
committersaravanank <saravanank@vmware.com>
Mon, 16 Mar 2020 01:41:06 +0000 (18:41 -0700)
commitac6c8d549a94427026446281d63ddf568306425a
tree82432e3fe4a1bcdfe58c168d6fc370e89d67c388
parent7f2ccbe562cae49fb8bf1770a0ec79b701ee41af
pimd: (S,G) Route doesn't inherit olist from parent while creation

Issue: when (*,G) has some receiver and directly connected source sends traffic,
new (S,G) entry created is not inheriting the oil from (*,g)

RCA: pim_mroute_msg_nocache haven't assume FHR have (*,g) member ports

Fix : Added inherit oil from parent from (*,g) receivers to get added

Signed-off-by: Saravanan K <saravanank@vmware.com>
pimd/pim_mroute.c