qos-script: Add comments to existing rules
authorJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 12:44:47 +0000 (12:44 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 12:44:47 +0000 (12:44 +0000)
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 40936

package/network/config/qos-scripts/files/etc/config/qos

index 8faff1834025baaf8b10d4d5e5213e8346532e26..b90bb3fc30a52a60415f388e8ee39a0adc841db4 100644 (file)
@@ -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"