From afac5c8d3cf7812dda4920f73a4dd98a3bce8da4 Mon Sep 17 00:00:00 2001 From: mischa Date: Sun, 25 Nov 2018 17:00:15 +0100 Subject: [PATCH] remove hardcoded switch entry vm.conf --- deploy.sh | 1 - 1 file changed, 1 deletion(-) 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"