commit afac5c8d3cf7812dda4920f73a4dd98a3bce8da4 from: mischa date: Sun Nov 25 16:00:15 2018 UTC remove hardcoded switch entry vm.conf commit - f4d3911ae815545a6f04c50f418f6620619af1c0 commit + afac5c8d3cf7812dda4920f73a4dd98a3bce8da4 blob - a8a2691e61e4f1f26cbcece65c57bf1c86deefd3 blob + f5882b07153a83121859754723f2647afd3f13b6 --- deploy.sh +++ 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"