This website requires JavaScript.
Explore
Help
Register
Sign In
twh_eastasia
/
virtual-dsm
Watch
1
Star
0
Fork
0
You've already forked virtual-dsm
mirror of
https://github.com/vdsm/virtual-dsm.git
synced
2025-02-24 21:40:01 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
virtual-dsm
/
qemu-ifdown
7 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fully working implementation
2019-03-11 00:35:19 -07:00
#!/usr/bin/env bash
Shellchecks
2023-03-30 20:21:33 +02:00
#QEMU_BRIDGE="qemubr0"
Fully working implementation
2019-03-11 00:35:19 -07:00
Shellchecks
2023-03-30 20:21:33 +02:00
ip link set dev "$1" nomaster
ip link set dev "$1" down
Reference in New Issue
Copy Permalink