Skip to content

Commit be55c5b

Browse files
author
Marcus Sorensen
committed
VPC - new system vm doesn't bring up eth0 reliably, and we don't set eth0 to
auto start like we should. cloud-early-config sets 'auto lo $1', but we don't pass $1 in vpc router scenario like we do in others for some reason. eth0 is always link local in vpc router, so setting it to that. Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1365546368 -0600
1 parent bf56403 commit be55c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/systemvm/debian/config/etc/init.d/cloud-early-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ setup_vpcrouter() {
704704
fi
705705

706706
cat > /etc/network/interfaces << EOF
707-
auto lo $1
707+
auto lo eth0
708708
iface lo inet loopback
709709
EOF
710710
setup_interface "0" $ETH0_IP $ETH0_MASK $GW

0 commit comments

Comments
 (0)