MT#9567 Add web_* types to existed interafces only (Vagrant interfaces will be handled on provisioning)

Change-Id: I15d1eac68ff7cb24a31558fcde348a1654450925
changes/14/414/1
Alexander Lutay 11 years ago
parent ae76159855
commit 74ed5862bc

@ -2275,10 +2275,10 @@ EOF
# MT#9567 Enable web_ext and web_int on all Vagrant interfaces
cat << EOF | grml-chroot $TARGET /bin/bash
if "$PRO_EDITION" ; then
ngcp-network --host=sp1 --set-interface=eth0 --set-interface=eth2 --type=web_ext --type=web_int
ngcp-network --host=sp2 --set-interface=eth0 --set-interface=eth2 --type=web_ext --type=web_int
ngcp-network --host=sp1 --set-interface=eth0 --type=web_ext --type=web_int
ngcp-network --host=sp2 --set-interface=eth0 --type=web_ext --type=web_int
else
ngcp-network --host=self --set-interface=eth0 --set-interface=eth1 --type=web_ext --type=web_int
ngcp-network --host=self --set-interface=eth0 --type=web_ext --type=web_int
fi
EOF

Loading…
Cancel
Save