Skip to content

Commit

Permalink
feat: Add enable_ipv6_accounting introduced in 7.15 to the `routero…
Browse files Browse the repository at this point in the history
…s_ppp_aaa` resource
  • Loading branch information
dokmic authored and vaerh committed Jul 4, 2024
1 parent a361715 commit 4c792c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions routeros/resource_ppp_aaa.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ func ResourcePppAaa() *schema.Resource {
Default: true,
Description: "An option that enables accounting for users.",
},
"enable_ipv6_accounting": {
Type: schema.TypeBool,
Optional: true,
Description: "An option that enables IPv6 separate accounting.",
DiffSuppressFunc: AlwaysPresentNotUserProvided,
},
"interim_update": {
Type: schema.TypeString,
Optional: true,
Expand Down

0 comments on commit 4c792c7

Please sign in to comment.