nft-qos: improve document for priority module

Signed-off-by: Rosy Song <rosysong@rosinson.com>
This commit is contained in:
Rosy Song 2019-02-20 19:01:56 +08:00
parent af9d96bc93
commit 8dae40873c
2 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=nft-qos PKG_NAME:=nft-qos
PKG_VERSION:=1.0.5 PKG_VERSION:=1.0.6
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0

View file

@ -77,8 +77,9 @@ config default default
# Traffic Priority Samples : # Traffic Priority Samples :
# #
# protocol : tcp, udp, udplite, sctp, dccp, tcp is default # protocol : tcp, udp, udplite, sctp, dccp, tcp is default
# priority : integer between 1-11, 1 is default # priority : integer between 1-11, 1 is default and the highest
# service : you can input a integer or service name, e.g. '22', '11-22', 'telnet', 'ssh, http, ftp', etc # service : you can input a integer or service name,
# e.g. '22', '11-22', 'telnet', 'ssh, http, ftp', etc
# #
#config priority #config priority
# option protocol 'tcp' # option protocol 'tcp'