aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-02 12:44:47 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-02 12:44:47 +0000
commit38af4652ac1831d57eadc6437a9decb90fe8edb2 (patch)
treeb8b78eabfe554e16d2818efd062646bdcc16bbb9 /package/network/config
parent62180403638f00ab6f29e4d05e85843f95f5253a (diff)
downloadupstream-38af4652ac1831d57eadc6437a9decb90fe8edb2.tar.gz
upstream-38af4652ac1831d57eadc6437a9decb90fe8edb2.tar.bz2
upstream-38af4652ac1831d57eadc6437a9decb90fe8edb2.zip
qos-script: Add comments to existing rules
Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40936 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config')
-rw-r--r--package/network/config/qos-scripts/files/etc/config/qos3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/config/qos-scripts/files/etc/config/qos b/package/network/config/qos-scripts/files/etc/config/qos
index 8faff18340..b90bb3fc30 100644
--- a/package/network/config/qos-scripts/files/etc/config/qos
+++ b/package/network/config/qos-scripts/files/etc/config/qos
@@ -11,13 +11,16 @@ config interface wan
config classify
option target "Priority"
option ports "22,53"
+ option comment "ssh, dns"
config classify
option target "Normal"
option proto "tcp"
option ports "20,21,25,80,110,443,993,995"
+ option comment "ftp, smtp, http(s), imap"
config classify
option target "Express"
option ports "5190"
+ option comment "AOL, iChat, ICQ"
config default
option target "Express"
option proto "udp"