diff options
Diffstat (limited to 'pimd/pim_instance.h')
| -rw-r--r-- | pimd/pim_instance.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h index 75f011513f..b447075e9a 100644 --- a/pimd/pim_instance.h +++ b/pimd/pim_instance.h @@ -95,6 +95,9 @@ struct pim_instance { unsigned int keep_alive_time; unsigned int rp_keep_alive_time; + bool ecmp_enable; + bool ecmp_rebalance_enable; + /* If we need to rescan all our upstreams */ struct thread *rpf_cache_refresher; int64_t rpf_cache_refresh_requests; |
