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