diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-23 08:57:11 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 13:51:38 -0400 | 
| commit | c68ba0d7bfd5641b2bc132840ca88425a023262e (patch) | |
| tree | 4326d1a6a606a26d9f3fa8cf07adf509fc36b103 /pimd/pim_zebra.h | |
| parent | b4575b3aa07a8273a6a4a2b6d7b7fe7ac75e7364 (diff) | |
pimd: Convert pim_cmd.c to use correct pim instance
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zebra.h')
| -rw-r--r-- | pimd/pim_zebra.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h index d4de989d9d..e8b6e1000e 100644 --- a/pimd/pim_zebra.h +++ b/pimd/pim_zebra.h @@ -30,7 +30,7 @@ void pim_zebra_init(void);  void pim_zebra_zclient_update(struct vty *vty);  void pim_scan_individual_oil(struct channel_oil *c_oil, int in_vif_index); -void pim_scan_oil(void); +void pim_scan_oil(struct pim_instance *pim_matcher);  void igmp_anysource_forward_start(struct pim_instance *pim,  				  struct igmp_group *group);  | 
