]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Score weighted values of ecmp to a number between 1-255
authorDonald Sharp <sharpd@nvidia.com>
Thu, 28 Sep 2023 16:27:31 +0000 (12:27 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 12 Oct 2023 17:34:43 +0000 (13:34 -0400)
commit35718a2aeaeacdf2fec3eca50f614337219244ff
tree96b598b04531ec38742028b0156b4856092ffd4c
parent9bc4d9eaec92589deda092bd867054e25e64be3f
zebra: Score weighted values of ecmp to a number between 1-255

Currently underlying asics get into a bit of trouble when the
nexthop weight passed down varies wildly between the different
numbers.  Let's normalize the weight values between 1 and 255

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zapi_msg.c