Skip to content

Commit

Permalink
fix(#106): Fix internal validation (for release).
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Feb 20, 2023
1 parent c38c02a commit fa3bb93
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 @@ -183,7 +183,7 @@ func ResourceInterfaceBridge() *schema.Resource {
"Additionally, the igmp-snooping should be disabled/enabled after changing multicast-querier property.",
RequiredWith: []string{"igmp_snooping"},
},
// https://help.mikrotik.com/docs/pages/viewpage.action?pageId=59277403#BridgeIGMP/MLDsnooping-Configurationoptions
// https://help.mikrotik.com/docs/pages/viewpage.action?pageId=59277403#BridgeIGMP/MLDsnooping-Configurationoptions
"multicast_router": {
Type: schema.TypeString,
Optional: true,
Expand Down

0 comments on commit fa3bb93

Please sign in to comment.