diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-08-24 16:25:11 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:07 +0100 |
commit | c8507a162475df2494125cb9a38aaf70cb96eb3b (patch) | |
tree | dd3347800a8313d72bf8b96183cad3cc230c3380 /pimd/pim_ifchannel.h | |
parent | pimd: Fix unwrappered debug message (diff) | |
download | frr-c8507a162475df2494125cb9a38aaf70cb96eb3b.tar.xz frr-c8507a162475df2494125cb9a38aaf70cb96eb3b.zip |
pimd: Turn on forwarding for a late added interface.
If we receive a join for a upstream interface that hasn't
yet been added to pim for working under it, we never
go back and add the forwarding on when we get the
interface added to pim.
Ticket: CM-11800
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 7036131e5..0c3921064 100644 --- a/pimd/pim_ifchannel.h +++ b/pimd/pim_ifchannel.h @@ -136,4 +136,5 @@ void pim_ifchannel_update_could_assert(struct pim_ifchannel *ch); void pim_ifchannel_update_my_assert_metric(struct pim_ifchannel *ch); void pim_ifchannel_update_assert_tracking_desired(struct pim_ifchannel *ch); +void pim_ifchannel_scan_forward_start (struct interface *new_ifp); #endif /* PIM_IFCHANNEL_H */ |