Skip to content

Commit

Permalink
Add IPv6 support (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
frousselet committed May 23, 2022
1 parent 105bc94 commit db3fc32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opennebula/resource_opennebula_virtual_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,8 @@ func updateNIC(d *schema.ResourceData, meta interface{}) error {
},
"network_id",
"ip",
"ip6_global",
"ip6_link",
"mac",
"security_groups",
"model",
Expand Down

0 comments on commit db3fc32

Please sign in to comment.