ascii-tyrant.sh: handle e2 80 98, use sed with g
[cmccabe-bin] / vm-common.sh
index d702b80..2c57b05 100644 (file)
@@ -4,6 +4,7 @@ die() {
 }
 
 run_vm() {
+    sysctl -w net.ipv4.ip_forward=1 || die "failed to enable ip_forward"
     ID=$1
     shift
     NARGS=$@