mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-arpbind: fix init doesn't work (#7397)
Added missing START and STOP priorities, also removed the useless references to functions. Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
25ccbb49aa
commit
37f8d160c7
0
package/lean/luci-app-arpbind/root/etc/hotplug.d/iface/50-arpbind
Normal file → Executable file
0
package/lean/luci-app-arpbind/root/etc/hotplug.d/iface/50-arpbind
Normal file → Executable file
@ -2,8 +2,8 @@
|
||||
# OpenWrt 静态ARP绑定 启动脚本
|
||||
# Copyright (C) 2015 GuoGuo <gch981213@gmail.com>
|
||||
|
||||
. /lib/functions.sh
|
||||
. /lib/functions/network.sh
|
||||
START=80
|
||||
STOP=20
|
||||
|
||||
#清除单接口ARP
|
||||
#参数:$1:接口名称
|
||||
|
Loading…
Reference in New Issue
Block a user