Skip to content

Deviation doesn't have any OCpath mapped disable_hardware_nexthop_proxy #5056

@arnavanand-lgtm

Description

@arnavanand-lgtm

// 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions