Skip to content

Commit

Permalink
Revert "fix(#102): Change property ID for bridge"
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury authored Feb 16, 2023
1 parent ab6a8b4 commit fc29344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_interface_bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func ResourceInterfaceBridge() *schema.Resource {
resSchema := map[string]*schema.Schema{
MetaResourcePath: PropResourcePath("/interface/bridge"),
MetaId: PropId(Id),
MetaId: PropId(Name),

KeyActualMtu: PropActualMtuRo,
"admin_mac": {
Expand Down

0 comments on commit fc29344

Please sign in to comment.