diff options
| author | Russ White <russ@riw.us> | 2023-05-23 08:25:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-23 08:25:46 -0400 |
| commit | 6a88c7a87e01dab8cc56e669aa04447d6ac954f2 (patch) | |
| tree | 4a5d7874ed42235c55b7d32680bade83edfa555b /ripd/rip_zebra.c | |
| parent | 7b7da41def4524670ff3ef5041b1eb4084d133bb (diff) | |
| parent | 1b839d486a8a392f9122bb5483b26540603e7550 (diff) | |
Merge pull request #13548 from opensourcerouting/fix/use_min_value_of_cli_zebra_cap_ecmp
ripd: Make sure we do not overuse higher values for ECMP count
Diffstat (limited to 'ripd/rip_zebra.c')
| -rw-r--r-- | ripd/rip_zebra.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ripd/rip_zebra.c b/ripd/rip_zebra.c index 834c7d2d65..5bf51c2f15 100644 --- a/ripd/rip_zebra.c +++ b/ripd/rip_zebra.c @@ -20,7 +20,6 @@ /* All information about zebra. */ struct zclient *zclient = NULL; -uint32_t zebra_ecmp_count = MULTIPATH_NUM; /* Send ECMP routes to zebra. */ static void rip_zebra_ipv4_send(struct rip *rip, struct route_node *rp, |
