diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-12-01 07:48:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-01 07:48:54 -0500 |
| commit | fc54da096684bcdcb7402d07ca6a9b88c67be0c6 (patch) | |
| tree | 64da841de2db03b1c7271d2653a0a0f9661d7e99 /pimd/pim_ifchannel.h | |
| parent | b8a9f6c6a27c15a1c083dfc2f653fc322a1de42c (diff) | |
| parent | 99f9518b4a82b710902900c52dc1363cf9ef7da2 (diff) | |
Merge pull request #7404 from vishaldhingra/pim
pimd: (*,G) Prune processing doesn't remove SGRpt ifchannel
Diffstat (limited to 'pimd/pim_ifchannel.h')
| -rw-r--r-- | pimd/pim_ifchannel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_ifchannel.h b/pimd/pim_ifchannel.h index 425622b79e..7ec8191e56 100644 --- a/pimd/pim_ifchannel.h +++ b/pimd/pim_ifchannel.h @@ -173,4 +173,5 @@ int pim_ifchannel_compare(const struct pim_ifchannel *ch1, const struct pim_ifchannel *ch2); unsigned int pim_ifchannel_hash_key(const void *arg); +void delete_on_noinfo(struct pim_ifchannel *ch); #endif /* PIM_IFCHANNEL_H */ |
