mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-18 13:06:51 +00:00
relayd: move the interface fixup to the right place
SVN-Revision: 31545
This commit is contained in:
parent
ea1d49fc90
commit
7a8d12bafa
@ -11,6 +11,7 @@ resolve_ifname() {
|
|||||||
|
|
||||||
resolve_network() {
|
resolve_network() {
|
||||||
local ifn
|
local ifn
|
||||||
|
fixup_interface "$1"
|
||||||
config_get ifn "$1" ifname
|
config_get ifn "$1" ifname
|
||||||
[ -z "$ifn" ] && return 1
|
[ -z "$ifn" ] && return 1
|
||||||
resolve_ifname "$ifn"
|
resolve_ifname "$ifn"
|
||||||
@ -26,8 +27,6 @@ start_relay() {
|
|||||||
config_get proto "$cfg" proto
|
config_get proto "$cfg" proto
|
||||||
[[ "$proto" == relay ]] || return 0
|
[[ "$proto" == relay ]] || return 0
|
||||||
|
|
||||||
fixup_interface "$cfg"
|
|
||||||
|
|
||||||
SERVICE_DAEMONIZE=1
|
SERVICE_DAEMONIZE=1
|
||||||
SERVICE_WRITE_PID=1
|
SERVICE_WRITE_PID=1
|
||||||
SERVICE_PID_FILE="/var/run/relay-$cfg.pid"
|
SERVICE_PID_FILE="/var/run/relay-$cfg.pid"
|
||||||
|
Loading…
Reference in New Issue
Block a user