mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
7 lines
105 B
Bash
Executable File
7 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
QEMU_BRIDGE='qemubr0'
|
|
|
|
ip link set dev $1 up
|
|
ip link set dev $1 master $QEMU_BRIDGE
|