Skip to content

Commit

Permalink
fix gateway for dhcp (#6635)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetuxkeeper authored and stack72 committed May 12, 2016
1 parent 6eb75cc commit 510b293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/providers/vsphere/resource_vsphere_virtual_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func resourceVSphereVirtualMachine() *schema.Resource {
"ipv4_gateway": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},

"ipv6_address": &schema.Schema{
Expand All @@ -308,7 +308,7 @@ func resourceVSphereVirtualMachine() *schema.Resource {
"ipv6_gateway": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},

"adapter_type": &schema.Schema{
Expand Down

0 comments on commit 510b293

Please sign in to comment.