Skip to content

Commit e3c948a

Browse files
committed
Fix IPv6 assignment in TN subconfig
Signed-off-by: Anna Khmelnitsky <[email protected]>
1 parent 5994ef6 commit e3c948a

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)