mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #8090 from rosysong/nft-qos
nft-qos: fix useless log in syslog
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user