Skip to content

Commit a23e0a1

Browse files
authored
Merge pull request #1635 from vmware/fix-tnp-subconfig-390
Cherry-pick to 3.9.0 branch: Fix IPv6 assignment in TN subconfig
2 parents 5994ef6 + e3c948a commit a23e0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nsxt/resource_nsxt_edge_transport_node.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ func setHostSwitchSpecInSchema(d *schema.ResourceData, spec *data.StructValue, n
18821882
return err
18831883
}
18841884
}
1885-
if tnpsc.HostSwitchConfigOption.IpAssignmentSpec != nil {
1885+
if tnpsc.HostSwitchConfigOption.Ipv6AssignmentSpec != nil {
18861886
hsCfgOpt["ipv6_assignment"], err = setIPv6AssignmentInSchema(tnpsc.HostSwitchConfigOption.Ipv6AssignmentSpec)
18871887
if err != nil {
18881888
return err

0 commit comments

Comments
 (0)