qos-scripts: remove layer7 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45425
This commit is contained in:
parent
4e4060138a
commit
bdb6c313de
1 changed files with 0 additions and 5 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue