diff --git a/deploy.sh b/deploy.sh index a8a2691..f5882b0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -207,7 +207,6 @@ render_vm_conf() { fi printf "\\tdisk \"%s/%s.img\"\\n" "$IMAGES" "$_instance" printf "\\tinterface tap {\\n" - #printf "\\t\\tswitch \"uplink_vlan921\"\\n" printf "\\t\\tswitch \"$(fetch_switch "$UPLINK" "$switch")\"\\n" printf "\\t\\tlladdr %s\\n" "$(fetch_mac "$MAC_PREFIX" "$(find_vm "$VMS" "$_instance")")" printf "\\t}\\n"