Skip to content

Commit

Permalink
pulling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jianchen-g committed Jan 16, 2025
2 parents cc32867 + 1d563c6 commit 974ea1b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion internal/cfgplugins/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func ConfigETHChannel(t *testing.T, dut *ondatra.DUTDevice, interfaceName, trans
if deviations.EthChannelAssignmentCiscoNumbering(dut) {
assignment[0].Index = ygot.Uint32(1)
}
channel := &oc.TerminalDevice_Channel{
var channel = &oc.TerminalDevice_Channel{
Description: ygot.String("ETH Logical Channel"),
Index: ygot.Uint32(ethIndex),
LogicalChannelType: oc.TransportTypes_LOGICAL_ELEMENT_PROTOCOL_TYPE_PROT_ETHERNET,
Expand Down
1 change: 1 addition & 0 deletions proto/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ message Metadata {
string default_bgp_instance_name = 246;
// Arista does not support ETHChannel rate-class
bool channel_assignment_rate_class_parameters_unsupported = 247;

// Reserved field numbers and identifiers.
reserved 84, 9, 28, 20, 90, 97, 55, 89, 19, 36, 35, 40, 173;
}
Expand Down
33 changes: 21 additions & 12 deletions proto/metadata_go_proto/metadata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 974ea1b

Please sign in to comment.