Skip to content

Commit

Permalink
Fix interface list member missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OJFord authored and vaerh committed May 28, 2024
1 parent d1082f1 commit 74223be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routeros/resource_interface_list_member.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ func ResourceInterfaceListMember() *schema.Resource {
MetaResourcePath: PropResourcePath("/interface/list/member"),
MetaId: PropId(Id),

KeyComment: PropCommentRw,
KeyDisabled: PropDisabledRw,
"dynamic": {
Type: schema.TypeBool,
Expand Down

0 comments on commit 74223be

Please sign in to comment.