Skip to content

Commit

Permalink
fix(no-release): Change the Name property for the ipip resource
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Feb 6, 2024
1 parent d3d323f commit 4899cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_interface_ipip.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func ResourceInterfaceIPIP() *schema.Resource {
KeyL2Mtu: PropL2MtuRo,
KeyLocalAddress: PropLocalAddressRw,
KeyMtu: PropMtuRw(),
KeyName: PropNameForceNewRw,
KeyName: PropName("Name of the ipip interface."),
KeyRemoteAddress: PropRemoteAddressRw,
KeyRunning: PropRunningRo,
}
Expand Down

0 comments on commit 4899cf1

Please sign in to comment.