Skip to content

Commit

Permalink
feat: Add sfp_ignore_rx_los introduced in 7.15 to the `routeros_int…
Browse files Browse the repository at this point in the history
…erface_ethernet` resource
  • Loading branch information
dokmic authored and vaerh committed Jul 4, 2024
1 parent ecb5771 commit a361715
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions routeros/resource_interface_ethernet.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@ func ResourceInterfaceEthernet() *schema.Resource {
"The default value for SFP/SFP+/SFP28 interfaces is 95, and for QSFP+/QSFP28 interfaces 80 (introduced v7.6).",
DiffSuppressFunc: AlwaysPresentNotUserProvided,
},
"sfp_ignore_rx_los": {
Type: schema.TypeBool,
Optional: true,
Description: "An option to ignore RX LOS (Loss of Signal) status of the SFP module.",
DiffSuppressFunc: AlwaysPresentNotUserProvided,
},
"slave": {
Type: schema.TypeBool,
Computed: true,
Expand Down

0 comments on commit a361715

Please sign in to comment.