diff --git a/routeros/resource_ppp_aaa.go b/routeros/resource_ppp_aaa.go index cb0af28f..6e45bcc8 100644 --- a/routeros/resource_ppp_aaa.go +++ b/routeros/resource_ppp_aaa.go @@ -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,