qos-scripts: remove layer7 support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45425
This commit is contained in:
Felix Fietkau 2015-04-13 22:23:26 +00:00
parent 4e4060138a
commit bdb6c313de

View File

@ -68,11 +68,6 @@ parse_matching_rule() {
*:dsthost)
append "$var" "-d $value"
;;
*:layer7)
add_insmod ipt_layer7
add_insmod xt_layer7
append "$var" "-m layer7 --l7proto $value${pkt:+ --l7pkt}"
;;
*:ports|*:srcports|*:dstports)
value="$(echo "$value" | sed -e 's,-,:,g')"
lproto=${lproto:-tcp}