Browse Source

nft-qos: improve document for priority module

Signed-off-by: Rosy Song <rosysong@rosinson.com>
lilik-openwrt-22.03
Rosy Song 6 years ago
parent
commit
8dae40873c
2 changed files with 4 additions and 3 deletions
  1. +1
    -1
      net/nft-qos/Makefile
  2. +3
    -2
      net/nft-qos/files/nft-qos.config

+ 1
- 1
net/nft-qos/Makefile 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


+ 3
- 2
net/nft-qos/files/nft-qos.config 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
# service : you can input a integer or service name, e.g. '22', '11-22', 'telnet', 'ssh, http, ftp', etc
# 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
# #
#config priority #config priority
# option protocol 'tcp' # option protocol 'tcp'


Loading…
Cancel
Save