Skip to content

Commit

Permalink
fix: dhcp client add script string parameter (#348)
Browse files Browse the repository at this point in the history
add script string in dhcp client ressource
  • Loading branch information
melchiormoulin authored Feb 6, 2024
1 parent 55f8a62 commit 3df2b69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions routeros/resource_ip_dhcp_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ func ResourceDhcpClient() *schema.Resource {
Computed: true,
Description: "IP address and netmask, which is assigned to DHCP Client from the Server.",
},
"script": {
Type: schema.TypeString,
Optional: true,
Description: "A script.",
},
KeyComment: PropCommentRw,
"default_route_distance": {
Type: schema.TypeInt,
Expand Down

0 comments on commit 3df2b69

Please sign in to comment.