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
Merge pull request
#8090
from rosysong/nft-qos
nft-qos: fix useless log in syslog
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
parent
83b304c170
9ba94ebbaa
commit
9705ab4195
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
3 changed files
with
5 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/nft-qos/Makefile
+2
-0
net/nft-qos/files/nft-qos-dynamic.hotplug
+2
-0
net/nft-qos/files/nft-qos-monitor.hotplug
+ 1
- 1
net/nft-qos/Makefile
View File
@ -8,7 +8,7 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
nft-qos
PKG_NAME
:=
nft-qos
PKG_VERSION
:=
1.0.
3
PKG_VERSION
:=
1.0.
4
PKG_RELEASE
:=
1
PKG_RELEASE
:=
1
PKG_LICENSE
:=
GPL-2.0
PKG_LICENSE
:=
GPL-2.0
+ 2
- 0
net/nft-qos/files/nft-qos-dynamic.hotplug
View File
@ -3,6 +3,8 @@
# Copyright 2018 rosysong@rosinson.com
# Copyright 2018 rosysong@rosinson.com
#
#
export initscript="nft-qos-dynamic"
. /lib/functions.sh
. /lib/functions.sh
. /lib/nft-qos/core.sh
. /lib/nft-qos/core.sh
. /lib/nft-qos/dynamic.sh
. /lib/nft-qos/dynamic.sh
+ 2
- 0
net/nft-qos/files/nft-qos-monitor.hotplug
View File
@ -3,6 +3,8 @@
# Copyright 2018 rosysong@rosinson.com
# Copyright 2018 rosysong@rosinson.com
#
#
export initscript="nft-qos-monitor"
. /lib/nft-qos/monitor.sh
. /lib/nft-qos/monitor.sh
logger -t nft-qos-monitor "ACTION=$ACTION, MACADDR=$MACADDR, IPADDR=$IPADDR, HOSTNAME=$HOSTNAME"
logger -t nft-qos-monitor "ACTION=$ACTION, MACADDR=$MACADDR, IPADDR=$IPADDR, HOSTNAME=$HOSTNAME"
Write
Preview
Loading…
Cancel
Save