diff options
| author | Russ White <russ@riw.us> | 2018-07-31 21:11:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-31 21:11:28 -0400 |
| commit | e841105b615c29e98fe5b753afd221d437ae0b9c (patch) | |
| tree | a38ab3a1fe16b1aa9aea8727f5bf914b778e8dd4 /pimd/pim_zebra.h | |
| parent | a111e0ac23f370938a96a7dea2c093dc4ea47b60 (diff) | |
| parent | cc67ccf9f3922e60e91634d4c10939031a9a2272 (diff) | |
Merge pull request #2759 from donaldsharp/pim_duplicate
Pim duplicate
Diffstat (limited to 'pimd/pim_zebra.h')
| -rw-r--r-- | pimd/pim_zebra.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h index dd46fd40f9..c9ed89863c 100644 --- a/pimd/pim_zebra.h +++ b/pimd/pim_zebra.h @@ -46,4 +46,9 @@ void pim_forward_stop(struct pim_ifchannel *ch, bool install_it); void sched_rpf_cache_refresh(struct pim_instance *pim); struct zclient *pim_zebra_zclient_get(void); + +void pim_zebra_update_all_interfaces(struct pim_instance *pim); +void pim_zebra_upstream_rpf_changed(struct pim_instance *pim, + struct pim_upstream *up, + struct pim_rpf *old); #endif /* PIM_ZEBRA_H */ |
