]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_mroute.c
pimd: don't try to check RPF for incoming SSM data
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 6 May 2022 13:39:26 +0000 (15:39 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 23 Feb 2023 08:51:17 +0000 (09:51 +0100)
commitc86b4ff4ba1241dce0b052f825383df65f64b954
treeb56dd1f16c582d0cc3d57c354de513972b5364ae
parentd650b3c79a010ce3aa07284586c1a74fa655c18d
pimd: don't try to check RPF for incoming SSM data

For incoming no-receiver SSM traffic, there isn't going to be a RP, much
less a RPF.  We should install an MFC entry with empty oif regardless,
so we don't get swamped with further notifications.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pimd/pim_mroute.c