diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-07 15:07:55 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:19 -0500 | 
| commit | b5183fd1ae63960f83868f0a25d6b82beaf7da22 (patch) | |
| tree | 4adc0e29e204c3773ba0339c075d95e442cca6f7 /pimd/pim_oil.h | |
| parent | be5770d770d79d6436aa4e6d518dc93ccade99cd (diff) | |
pimd: Tell ourselves to rescan when we discover an issue
When we have network churn and we have an inherited_olist
notice when we may have a situation where we need
to recalculate the inherited_olist.
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 939ef4b3fc..64107bfe88 100644 --- a/pimd/pim_oil.h +++ b/pimd/pim_oil.h @@ -71,6 +71,7 @@ struct channel_counts  struct channel_oil {    struct mfcctl oil;    int           installed; +  int           oil_inherited_rescan;    int           oil_size;    int           oil_ref_count;    time_t        oif_creation[MAXVIFS];  | 
