Skip to content
Open
Show file tree
Hide file tree
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 @@ -41,7 +41,6 @@ platform_exceptions: {
deviations: {
omit_l2_mtu: true
interface_config_vrf_before_address: true
deprecated_vlan_id: 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.

medium

Since deprecated_vlan_id is being removed from all affected tests (as indicated in the PR description and confirmed by the Arista-specific comment in proto/metadata.proto), please follow the complete "Removing Deviations" process as defined in the repository style guide (lines 145-163). This includes removing the accessor function from internal/deviations/deviations.go, reserving the field number (73) in proto/metadata.proto, and running make proto/metadata_go_proto/metadata.pb.go to update the generated Go code.

References
  1. Guidelines for removing deviations from the repository, including updating deviations.go and metadata.proto. (link)

interface_enabled: true
require_routed_subinterface_0: true
default_network_instance: "default"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ platform_exceptions: {
deviations: {
interface_enabled: true
default_network_instance: "default"
deprecated_vlan_id: true
require_routed_subinterface_0: true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ platform_exceptions: {
}
deviations: {
gnoi_subcomponent_path: true
deprecated_vlan_id: true
interface_enabled: true
static_protocol_name: "STATIC"
default_network_instance: "default"
Expand Down
Loading