diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2022-02-28 11:42:48 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2022-03-12 22:47:08 +0100 |
commit | cd6d285855954039624f115a9fad7d4abbb4574d (patch) | |
tree | ee7c2288a648ae032b552577759040daa8c7b1d3 /pimd/pim_ssm.c | |
parent | pimd: add safety check to OIL add/del (diff) | |
download | frr-cd6d285855954039624f115a9fad7d4abbb4574d.tar.xz frr-cd6d285855954039624f115a9fad7d4abbb4574d.zip |
pimd: refactor/split IGMP integration
Try to untangle some spaghetti...
This is an 1:1 change that should not result in any functional
difference.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_ssm.c')
-rw-r--r-- | pimd/pim_ssm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_ssm.c b/pimd/pim_ssm.c index 688d38c84..74310474d 100644 --- a/pimd/pim_ssm.c +++ b/pimd/pim_ssm.c @@ -28,7 +28,7 @@ #include "pimd.h" #include "pim_ssm.h" -#include "pim_zebra.h" +#include "pim_igmp.h" static void pim_ssm_range_reevaluate(struct pim_instance *pim) { |