diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-11-10 15:41:28 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:14 +0100 |
commit | ce0ddb4e79d28addd02a7156ef97cd45eaaa1fc1 (patch) | |
tree | e308f3875eb1714d4b42f5884e39e57a8fa18fc0 /pimd/pim_oil.h | |
parent | pimd: Fix possible crash when leaving a channel (diff) | |
download | frr-ce0ddb4e79d28addd02a7156ef97cd45eaaa1fc1.tar.xz frr-ce0ddb4e79d28addd02a7156ef97cd45eaaa1fc1.zip |
pimd: Write pim_upstream_empty_inherited_olist
A empty inherited_olist implies that we have
no outgoing interfaces.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_oil.h')
-rw-r--r-- | pimd/pim_oil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_oil.h b/pimd/pim_oil.h index 0c99afb62..939ef4b3f 100644 --- a/pimd/pim_oil.h +++ b/pimd/pim_oil.h @@ -95,4 +95,5 @@ int pim_channel_del_oif (struct channel_oil *c_oil, struct interface *oif, uint32_t proto_mask); +int pim_channel_oil_empty (struct channel_oil *c_oil); #endif /* PIM_OIL_H */ |