Skip to content

Commit

Permalink
fix(eoip): Fix the resource ID type
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Nov 2, 2023
1 parent 162c1da commit 7916c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_interface_eoip.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func ResourceInterfaceEoip() *schema.Resource {
resSchema := map[string]*schema.Schema{
MetaResourcePath: PropResourcePath("/interface/eoip"),
MetaId: PropId(Name),
MetaId: PropId(Id),

KeyActualMtu: PropActualMtuRo,
KeyArp: PropArpRw,
Expand Down

0 comments on commit 7916c30

Please sign in to comment.