Skip to content

Commit

Permalink
fix(no-release): Update datasource_ipv6_addresses.go ROS 7.16
Browse files Browse the repository at this point in the history
Add fields introduced in 7.16
  • Loading branch information
durandguru authored Sep 26, 2024
1 parent 884addc commit 0c0306b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions routeros/datasource_ipv6_addresses.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ func DatasourceIPv6Addresses() *schema.Resource {
Type: schema.TypeBool,
Computed: true,
},
"deprecated": {
Type: schema.TypeBool,
Computed: true,
},
"comment": {
Type: schema.TypeString,
Computed: true,
Expand Down Expand Up @@ -72,6 +76,10 @@ func DatasourceIPv6Addresses() *schema.Resource {
Type: schema.TypeBool,
Computed: true,
},
"slave": {
Type: schema.TypeBool,
Computed: true,
},
},
},
},
Expand Down

0 comments on commit 0c0306b

Please sign in to comment.