-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
featureprofiles/feature/gribi/mpls_in_udp/otg_tests/mpls_in_udp/mpls_in_udp_test.go
Lines 252 to 263 in b5c223c
| // Disable hardware nexthop proxying for Arista devices to ensure FIB-ACK works correctly. | |
| // See: https://partnerissuetracker.corp.google.com/issues/422275961 | |
| if deviations.DisableHardwareNexthopProxy(dut) { | |
| switch dut.Vendor() { | |
| case ondatra.ARISTA: | |
| const aristaDisableNHGProxyCLI = "ip hardware fib next-hop proxy disabled" | |
| helpers.GnmiCLIConfig(t, dut, aristaDisableNHGProxyCLI) | |
| default: | |
| t.Errorf("Deviation DisableHardwareNexthopProxy is not handled for the dut: %v", dut.Vendor()) | |
| } | |
| } | |
There should be some OCPath mapped to this deviation disable_hardware_nexthop_proxy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels