mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Fix 6in4
This commit is contained in:
parent
b7d96ef85a
commit
2e463cb8c0
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -5,7 +5,7 @@ START=99
|
|||
USE_PROCD=1
|
||||
|
||||
service_triggers() {
|
||||
procd_add_network_trigger "glorytun"
|
||||
procd_add_interface_trigger "glorytun"
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
|
|
Loading…
Reference in a new issue