This commit is contained in:
Jason Jafari 2025-02-03 18:49:25 -05:00
parent 63c948b6e1
commit 6face9e8b5
6 changed files with 18 additions and 12 deletions

View file

@ -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'