Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ platform_exceptions: {
wecmp_auto_unsupported: true
isis_loopback_required: true
weighted_ecmp_fixed_packet_verification: true
interface_ref_interface_id_format: true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

While removing interface_ref_interface_id_format: true is a correct step for Cisco devices, this pull request appears to be incomplete. The PR description details other necessary changes in aggregate_all_not_forwarding_viable_test.go to fully resolve the issue, specifically the configuration of a loopback interface for ISIS as required by the isis_loopback_required: true deviation on line 29. This logic seems to be missing from the Go test file. Without these accompanying code changes, the test is likely to remain broken.

}
}

Expand Down
Loading