Skip to content

Commit

Permalink
feat: Add forward_reserved_addresses property support to the `route…
Browse files Browse the repository at this point in the history
…ros_interface_bridge` resource
  • Loading branch information
dokmic authored and vaerh committed Aug 23, 2024
1 parent 9007755 commit 600e2af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions routeros/resource_interface_bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ func ResourceInterfaceBridge() *schema.Resource {
"bridge will start functioning normally.",
DiffSuppressFunc: TimeEquall,
},
"forward_reserved_addresses": {
Type: schema.TypeBool,
Optional: true,
Description: "An option whether to forward IEEE reserved multicast MAC addresses that are in the `01:80:C2:00:00:0x` range. This option is available in RouterOS starting from version 7.16.",
DiffSuppressFunc: AlwaysPresentNotUserProvided,
},
"frame_types": {
Type: schema.TypeString,
Optional: true,
Expand Down

0 comments on commit 600e2af

Please sign in to comment.