We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef9114 commit 9390a76Copy full SHA for 9390a76
files/build_templates/docker_image_ctl.j2
@@ -212,7 +212,6 @@ function postStartAction()
212
fi
213
214
# Configure IP address and enable eth1
215
- slot_ip_address=`echo $midplane_subnet | awk -F. '{print $1 "." $2}'`.$slot_id.$(($DEV + 10))
216
slot_ip_address=`echo $midplane_subnet | awk -F. '{print $1 "." $2}'`.$slot_id.$(($DEV + $ip_offset))
217
slot_subnet_mask=${midplane_subnet#*/}
218
ip netns exec "$NET_NS" ip addr add $slot_ip_address/$slot_subnet_mask dev eth1
0 commit comments