Skip to content

Commit

Permalink
fix: Restore nattedIPv4Address prop passed from LinodeConfigDialog --…
Browse files Browse the repository at this point in the history
…> InterfaceSelect (#9896)
  • Loading branch information
dwiley-akamai authored Nov 13, 2023
1 parent 821b2ef commit bbd58e2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1005,15 +1005,16 @@ export const LinodeConfigDialog = (props: Props) => {
ipamAddress={thisInterface.ipam_address}
key={`eth${idx}-interface`}
label={thisInterface.label}
nattedIPv4Address={thisInterface.ipv4?.nat_1_1}
purpose={thisInterface.purpose}
readOnly={isReadOnly}
region={linode?.region}
regionHasVLANs={regionHasVLANS}
regionHasVPCs={regionHasVPCs}
slotNumber={idx}
subnetId={thisInterface.subnet_id}
vpcIPv4={thisInterface.ipv4?.vpc}
vpcId={thisInterface.vpc_id}
regionHasVLANs={regionHasVLANS}
regionHasVPCs={regionHasVPCs}
/>
);
})}
Expand Down

0 comments on commit bbd58e2

Please sign in to comment.