Skip to content

Commit

Permalink
fix FiberOrCopper
Browse files Browse the repository at this point in the history
  • Loading branch information
exsver committed Aug 30, 2023
1 parent 491ff53 commit a951d4e
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 a951d4e

Please sign in to comment.