Skip to content

Commit

Permalink
fix: Undo commit "Change l2mtu property "
Browse files Browse the repository at this point in the history
Fixes #326 (9260354)
  • Loading branch information
vaerh committed Feb 28, 2024
1 parent bbc362e commit 50b1713
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion routeros/resource_interface_ethernet.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,12 @@ func ResourceInterfaceEthernet() *schema.Resource {
Description: `Defines whether the transmission of data appears in two directions simultaneously, only applies when auto-negotiation is disabled.`,
DiffSuppressFunc: AlwaysPresentNotUserProvided,
},
KeyL2Mtu: PropL2MtuRo,
KeyL2Mtu: {
Type: schema.TypeInt,
Optional: true,
Description: "Layer2 Maximum transmission unit. " +
"[See](https://wiki.mikrotik.com/wiki/Maximum_Transmission_Unit_on_RouterBoards).",
},
KeyLoopProtect: PropLoopProtectRw,
KeyLoopProtectDisableTime: PropLoopProtectDisableTimeRw,
KeyLoopProtectSendInterval: PropLoopProtectSendIntervalRw,
Expand Down

0 comments on commit 50b1713

Please sign in to comment.