diff options
| author | Russ White <russ@riw.us> | 2018-06-08 07:06:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-08 07:06:19 -0400 |
| commit | e78f9d0137e4f0fa783e282bae9bad15d5bd3ec2 (patch) | |
| tree | c8a34e9958554c39de777fe3682be317e4c3e96f /pimd/pim_instance.h | |
| parent | c4a81cae7e9838925c52dffa80478239e1951bd5 (diff) | |
| parent | 4795fff748d6b55479b60013fd2dc8fdf8b4c7c2 (diff) | |
Merge pull request #2380 from donaldsharp/pim_stuff
pimd: Fix ecmp_enable and ecmp_rebalance_enable
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; |
