summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-08-22 11:19:54 -0400
committerGitHub <noreply@github.com>2024-08-22 11:19:54 -0400
commit879460ce27d2ec8faee68e2c973b6fe1007a6f38 (patch)
tree5aa45ce03dcb5ef0e685b62bef7c41d64a5d215a /zebra/zebra_router.c
parentdb71bebc2ab70a6574e68b09ec9147d66285e998 (diff)
parentb62de7de2e8bb2ee8181ddfc2daf47f99aaf8e11 (diff)
Merge pull request #16613 from donaldsharp/weight_issues
Weight issues
Diffstat (limited to 'zebra/zebra_router.c')
-rw-r--r--zebra/zebra_router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c
index 8d6b2f3476..4022c1a26f 100644
--- a/zebra/zebra_router.c
+++ b/zebra/zebra_router.c
@@ -343,7 +343,7 @@ void zebra_router_init(bool asic_offload, bool notify_on_ack,
#endif
zrouter.asic_notification_nexthop_control = false;
- zrouter.nexthop_weight_scale_value = 255;
+ zrouter.nexthop_weight_scale_value = 254;
#ifdef HAVE_SCRIPTING
zebra_script_init();