From 7274c8bd084a66e52f7d6e2400f5b73119a1a328 Mon Sep 17 00:00:00 2001 From: mihaitomaro Date: Mon, 27 Apr 2026 13:41:42 +0000 Subject: [PATCH] this is a fix for 498145557 --- .../otg_tests/ingress_police_nhg/ingress_police_nhg_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/qos/ingress_policer/otg_tests/ingress_police_nhg/ingress_police_nhg_test.go b/feature/qos/ingress_policer/otg_tests/ingress_police_nhg/ingress_police_nhg_test.go index 4cdbf53ee7d..6d7dd2deaec 100644 --- a/feature/qos/ingress_policer/otg_tests/ingress_police_nhg/ingress_police_nhg_test.go +++ b/feature/qos/ingress_policer/otg_tests/ingress_police_nhg/ingress_police_nhg_test.go @@ -392,7 +392,7 @@ func configureGribi(t *testing.T, dut *ondatra.DUTDevice) { fluent.NextHopGroupEntry(). WithNetworkInstance(deviations.DefaultNetworkInstance(dut)). WithID(nhgID). - AddNextHop(nhID, uint64(i+1)), + AddNextHop(nhID, 1), ) // --- Create IPv6 route triggering MPLS-in-UDP encapsulation ---