diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-05-17 22:17:02 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-05-23 09:29:02 +0300 |
| commit | 6c5ffa88963d43204c944f9c798a315d1ee5f104 (patch) | |
| tree | 0c1155df591c66c4c7f5598aaeb64c78fe698002 /ripngd/ripngd.h | |
| parent | 993b236b2c1a2348ebb6a562956ff82a9e39ae25 (diff) | |
ripngd: Make sure we do not overuse higher values for ECMP count
Use a minimum value of a CLI version and a value of Zebra capabilities.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'ripngd/ripngd.h')
| -rw-r--r-- | ripngd/ripngd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h index 3d13097dd6..c7468b6317 100644 --- a/ripngd/ripngd.h +++ b/ripngd/ripngd.h @@ -435,4 +435,6 @@ extern void ripng_vrf_init(void); extern void ripng_vrf_terminate(void); extern void ripng_cli_init(void); +extern uint32_t zebra_ecmp_count; + #endif /* _ZEBRA_RIPNG_RIPNGD_H */ |
