mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-06-30 01:34:40 +02:00
entrypoints root was changed, additional scripts added
This commit is contained in:
parent
519fc5c563
commit
3b5e15fcd3
6 changed files with 143 additions and 8 deletions
6
scripts/qemu-ifup
Executable file
6
scripts/qemu-ifup
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
QEMU_BRIDGE='qemubr0'
|
||||
|
||||
ip link set dev $1 up
|
||||
ip link set dev $1 master $QEMU_BRIDGE
|
Loading…
Add table
Add a link
Reference in a new issue