mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
net/mwan3: remove absolute path for bin files
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
MWAN3_STATUS_DIR="/var/run/mwan3track"
|
||||
MWAN3_PID_FILE="/var/run/mwan3track"
|
||||
|
||||
IPS="/usr/sbin/ipset"
|
||||
IPT4="/usr/sbin/iptables -t mangle -w"
|
||||
IPT6="/usr/sbin/ip6tables -t mangle -w"
|
||||
IPS="ipset"
|
||||
IPT4="iptables -t mangle -w"
|
||||
IPT6="ip6tables -t mangle -w"
|
||||
|
||||
report_connected_v4() {
|
||||
local address
|
||||
|
||||
Reference in New Issue
Block a user