diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-07-17 19:51:56 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:02 -0500 |
| commit | 887fa0149fbba33c702c949b9e0072faa53c98fb (patch) | |
| tree | 4ddf19a52cc624ce0e4019e5a517c10820fbe226 /pimd/pim_oil.h | |
| parent | d7259eac8b7c5f9f7d0f5f04adf1b2c98dd50fa9 (diff) | |
pimd: Add pim_channel_del_oif
For a given interface remove the interface from the list
of outgoing interfaces for a mroute and reinstall it
into the kernel.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_oil.h')
| -rw-r--r-- | pimd/pim_oil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim_oil.h b/pimd/pim_oil.h index c63c026c0f..0edb50787e 100644 --- a/pimd/pim_oil.h +++ b/pimd/pim_oil.h @@ -87,5 +87,8 @@ void pim_channel_oil_del(struct channel_oil *c_oil); int pim_channel_add_oif(struct channel_oil *c_oil, struct interface *oif, uint32_t proto_mask); +int pim_channel_del_oif (struct channel_oil *c_oil, + struct interface *oif, + uint32_t proto_mask); #endif /* PIM_OIL_H */ |
