mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-08-02 17:14:45 +02:00
Test 1
This commit is contained in:
parent
63c948b6e1
commit
6face9e8b5
6 changed files with 18 additions and 12 deletions
|
@ -1,5 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [[ ! -e "/routeros/generate-dhcpd-conf.py" ]]; then
|
||||
|
||||
cp -r /routeros_source/. /routeros
|
||||
fi
|
||||
|
||||
|
||||
QEMU_BRIDGE_ETH1='qemubr1'
|
||||
default_dev1='eth0'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue