Skip to content

Commit

Permalink
Merge pull request #44 from exsver/EthInterface
Browse files Browse the repository at this point in the history
fix FiberOrCopper
  • Loading branch information
exsver authored Aug 30, 2023
2 parents 491ff53 + a951d4e commit 69dbbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comware/Ifmgr_configTree.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ type EthInterface struct {
// FiberOrCopper - actual fiber or copper mode of an interface
// 1 - fiber
// 2 - copper
FiberOrCopper EthernetFiberOrCopperMode `xml:"FiberOrCopper,omitempty"`
FiberOrCopper *EthernetFiberOrCopperMode `xml:"FiberOrCopper,omitempty"`
}

type BroadcastSuppression struct {
Expand Down

0 comments on commit 69dbbaa

Please sign in to comment.