entrypoints root was changed, additional scripts added

This commit is contained in:
Paul Rock 2020-04-14 21:20:44 +03:00
parent 519fc5c563
commit 3b5e15fcd3
6 changed files with 143 additions and 8 deletions

6
scripts/qemu-ifup Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
QEMU_BRIDGE='qemubr0'
ip link set dev $1 up
ip link set dev $1 master $QEMU_BRIDGE