diff options
author | Rosy Song <rosysong@rosinson.com> | 2019-02-20 19:01:56 +0800 |
---|---|---|
committer | Rosy Song <rosysong@rosinson.com> | 2019-03-10 15:44:30 +0800 |
commit | 8dae40873c2f8fc0a2bba7bec4f78fa0a7458b6e (patch) | |
tree | f97057fa6bb14b05f169d72da20060cf4d8d88c5 /net/nft-qos/files | |
parent | af9d96bc93f99cd1dce128d931564c58fe23247c (diff) |
nft-qos: improve document for priority module
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Diffstat (limited to 'net/nft-qos/files')
-rw-r--r-- | net/nft-qos/files/nft-qos.config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nft-qos/files/nft-qos.config b/net/nft-qos/files/nft-qos.config index d18949007..82e3b3928 100644 --- a/net/nft-qos/files/nft-qos.config +++ b/net/nft-qos/files/nft-qos.config @@ -77,8 +77,9 @@ config default default # Traffic Priority Samples : # # 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 # option protocol 'tcp' |