Skip to content

Commit 9390a76

Browse files
authored
Update docker_image_ctl.j2
1 parent 2ef9114 commit 9390a76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

files/build_templates/docker_image_ctl.j2

-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ function postStartAction()
212212
fi
213213

214214
# Configure IP address and enable eth1
215-
slot_ip_address=`echo $midplane_subnet | awk -F. '{print $1 "." $2}'`.$slot_id.$(($DEV + 10))
216215
slot_ip_address=`echo $midplane_subnet | awk -F. '{print $1 "." $2}'`.$slot_id.$(($DEV + $ip_offset))
217216
slot_subnet_mask=${midplane_subnet#*/}
218217
ip netns exec "$NET_NS" ip addr add $slot_ip_address/$slot_subnet_mask dev eth1

0 commit comments

Comments
 (0)