We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e4c46 commit 9617ca3Copy full SHA for 9617ca3
cookbooks/aws-parallelcluster-environment/files/default/network_interfaces/configure_nw_interface.sh
@@ -13,7 +13,7 @@ if
13
[ -z "${DEVICE_NUMBER}" ] || # index of the device
14
[ -z "${NETWORK_CARD_INDEX}" ] || # index of the network card
15
[ -z "${GW_IP_ADDRESS}" ] || # gateway ip address
16
- [ -z "${DEVICE_IP_ADDRESS}" ] || # ip address to assign to the interface
+# [ -z "${DEVICE_IP_ADDRESS}" ] || # ip address to assign to the interface
17
[ -z "${CIDR_PREFIX_LENGTH}" ] || # the prefix length of the device IP cidr block
18
[ -z "${NETMASK}" ] # netmask to apply to device ip address
19
then
0 commit comments