VPC : remove unused code

This commit is contained in:
anthony 2012-07-25 10:53:36 -07:00
parent c15d227244
commit 97feeaad6a
1 changed files with 1 additions and 4 deletions

View File

@ -574,11 +574,8 @@ setup_router() {
setup_vpcrouter() {
log_it "Setting up VPC virtual router system vm"
if [ "$hyp" == "vmware" ]; then
setup_vmware_extra_nics
fi
cat > /etc/network/interfaces << EOF
cat > /etc/network/interfaces << EOF
auto lo
iface lo inet loopback
EOF