mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-06-22 06:03:35 +02:00
6 lines
107 B
Bash
Executable file
6 lines
107 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
QEMU_BRIDGE5='qemubr5'
|
|
|
|
ip link set dev $1 up
|
|
ip link set dev $1 master $QEMU_BRIDGE5
|