mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
( proto_add_host_dependency "$cfg" "$peeraddr" "$tunlink" )
|
[ -n "$tunlink" ] && ( proto_add_host_dependency "$cfg" "$peeraddr" "$tunlink" )
|
||||||
|
|
||||||
[ -z "$ipaddr" ] && {
|
[ -z "$ipaddr" ] && {
|
||||||
local wanif="$tunlink"
|
local wanif="$tunlink"
|
||||||
|
|
|
@ -5,7 +5,7 @@ START=99
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
|
|
||||||
service_triggers() {
|
service_triggers() {
|
||||||
procd_add_network_trigger "glorytun"
|
procd_add_interface_trigger "glorytun"
|
||||||
}
|
}
|
||||||
|
|
||||||
reload_service() {
|
reload_service() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue