Skip to content

Commit

Permalink
Fix 6in4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed May 30, 2018
1 parent b7d96ef commit 2e463cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 6in4/files/6in4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion omr-6in4/files/etc/init.d/omr-6in4
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ START=99
USE_PROCD=1

service_triggers() {
procd_add_network_trigger "glorytun"
procd_add_interface_trigger "glorytun"
}

reload_service() {
Expand Down

0 comments on commit 2e463cb

Please sign in to comment.