summaryrefslogtreecommitdiff
path: root/ripd/rip_zebra.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-05-17 22:47:56 +0300
committerDonatas Abraitis <donatas@opensourcerouting.org>2023-05-18 21:32:32 +0300
commit1b839d486a8a392f9122bb5483b26540603e7550 (patch)
treedc4023e0886cbc721c03226280c9e2464ac27964 /ripd/rip_zebra.c
parent98f71533f6a5e2396c29e9ef002ee120dcd026e9 (diff)
ripd: 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 'ripd/rip_zebra.c')
-rw-r--r--ripd/rip_zebra.c1
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,