Fully working implementation

This commit is contained in:
Josh Kunz
2019-03-11 00:35:19 -07:00
commit b17ffa6d6f
5 changed files with 173 additions and 0 deletions

6
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