mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-22 09:53:40 +08:00
Fully working implementation
This commit is contained in:
6
qemu-ifdown
Executable file
6
qemu-ifdown
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
QEMU_BRIDGE='qemubr0'
|
||||
|
||||
ip link set dev $1 nomaster
|
||||
ip link set dev $1 down
|
||||
Reference in New Issue
Block a user