1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00
This commit is contained in:
Ycarus 2018-05-30 16:04:30 +02:00
parent b7d96ef85a
commit 2e463cb8c0
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ proto_6in4_setup() {
return
}
( proto_add_host_dependency "$cfg" "$peeraddr" "$tunlink" )
[ -n "$tunlink" ] && ( proto_add_host_dependency "$cfg" "$peeraddr" "$tunlink" )
[ -z "$ipaddr" ] && {
local wanif="$tunlink"

View file

@ -5,7 +5,7 @@ START=99
USE_PROCD=1
service_triggers() {
procd_add_network_trigger "glorytun"
procd_add_interface_trigger "glorytun"
}
reload_service() {