mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-06-21 05:45:50 +02:00
5 lines
104 B
Bash
Executable file
5 lines
104 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
QEMU_BRIDGE="qemubr1"
|
|
ip link set dev $1 up
|
|
ip link set dev $1 master $QEMU_BRIDGE
|