projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c9e8f
)
net/mwan3: add process PID to LOG output
author
Florian Eckert
<fe@dev.tdt.de>
Thu, 13 Jul 2017 13:45:36 +0000
(15:45 +0200)
committer
Florian Eckert
<fe@dev.tdt.de>
Thu, 10 Aug 2017 07:06:48 +0000
(09:06 +0200)
Update log output macro to show PID during logging
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/mwan3/files/lib/mwan3/mwan3.sh
patch
|
blob
|
history
diff --git
a/net/mwan3/files/lib/mwan3/mwan3.sh
b/net/mwan3/files/lib/mwan3/mwan3.sh
index 72091829b66451a7bd1065511623b7a4aada6f8c..27e0d0175227255472ec5501a3a306506f05ba6e 100644
(file)
--- a/
net/mwan3/files/lib/mwan3/mwan3.sh
+++ b/
net/mwan3/files/lib/mwan3/mwan3.sh
@@
-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)