Skip to content
Snippets Groups Projects
Commit bdb6c313 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

qos-scripts: remove layer7 support


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

SVN-Revision: 45425
parent 4e406013
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment