Skip to content

Commit

Permalink
Merge pull request #103 from GNewbury1/fix/bridge_400
Browse files Browse the repository at this point in the history
fix(#102): Change property ID for bridge
  • Loading branch information
gfenn-newbury authored Feb 16, 2023
2 parents 47e5f71 + 37244cf commit ab6a8b4
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(Name),
MetaId: PropId(Id),

KeyActualMtu: PropActualMtuRo,
"admin_mac": {
Expand Down

0 comments on commit ab6a8b4

Please sign in to comment.