]> git.puffer.fish Git - mirror/frr.git/commit
*: Fix MULTIPATH_NUM check in nhg encode 18690/head
authorKarthikeya Venkat Muppalla <kmuppalla@nvidia.com>
Fri, 18 Apr 2025 18:39:40 +0000 (11:39 -0700)
committerKarthikeya Venkat Muppalla <kmuppalla@nvidia.com>
Mon, 21 Apr 2025 16:47:48 +0000 (09:47 -0700)
commit52dc1bb9be582e810c389c23f8d8748f32039311
treeb3781ee8b20338f6c4fcca6e298dc63ba45ebf1b
parent5d4c7d2ece3e1da480d7afbad645ba8e5bf92f1c
*: Fix MULTIPATH_NUM check in nhg encode

In zapi_nhg_encode we check if number of paths are >=
MULTIPATH_NUM, the condition should be just checking if it is > not >=

Signed-off-by: Karthikeya Venkat Muppalla <kmuppalla@nvidia.com>
lib/zclient.c