This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
net/mwan3: add process PID to LOG output
Update log output macro to show PID during logging Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
7 years ago
parent
e0c9e8fcb8
commit
f942701b1a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/mwan3/files/lib/mwan3/mwan3.sh
+ 1
- 1
net/mwan3/files/lib/mwan3/mwan3.sh
View File
@ -5,7 +5,7 @@ IP6="ip -6"
IPS
=
"ipset"
IPT4
=
"iptables -t mangle -w"
IPT6
=
"ip6tables -t mangle -w"
LOG
=
"logger -t mwan3 -p"
LOG
=
"
logger -t mwan3
[
$$
]
-p
"
CONNTRACK_FILE
=
"/proc/net/nf_conntrack"
# mwan3's MARKing mask (at least 3 bits should be set)
Write
Preview
Loading…
Cancel
Save