diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-11-10 09:41:28 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:14 -0500 | 
| commit | ce0ddb4e79d28addd02a7156ef97cd45eaaa1fc1 (patch) | |
| tree | e308f3875eb1714d4b42f5884e39e57a8fa18fc0 /pimd/pim_oil.h | |
| parent | b72f79a92b7e858b0eccb6f65d85a6e16a6f0db8 (diff) | |
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 0c99afb625..939ef4b3fc 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 */  | 
