1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix omr-tracker launch for specified interface

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-12-20 10:56:14 +01:00
parent 437436c553
commit 3d2f1df9ab

View file

@ -9,7 +9,7 @@
START=90
STOP=10
USE_PROCD=1
EXTRA_COMMAND="start_interface"
EXTRA_COMMANDS="start_interface"
}
. /usr/lib/unbound/iptools.sh
@ -355,6 +355,7 @@ _gre_tunnel() {
start_interface() {
[ -z "$1" ] && return
config_load network
_launch_tracker $1
}