projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f085cd
)
get rid of a remaining reference to ipp2p
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 21 Feb 2009 19:19:53 +0000
(19:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 21 Feb 2009 19:19:53 +0000
(19:19 +0000)
SVN-Revision: 14602
package/qos-scripts/files/usr/lib/qos/generate.sh
patch
|
blob
|
history
diff --git
a/package/qos-scripts/files/usr/lib/qos/generate.sh
b/package/qos-scripts/files/usr/lib/qos/generate.sh
index 161af82af115a38b4d0b4e4a2cdd7d78fb9e8667..6c52027a6a2c5f8c20b361628e5eb8f69b1395ca 100755
(executable)
--- a/
package/qos-scripts/files/usr/lib/qos/generate.sh
+++ b/
package/qos-scripts/files/usr/lib/qos/generate.sh
@@
-59,14
+59,6
@@
parse_matching_rule() {
*:dsthost)
append "$var" "-d $value"
;;
- *:ipp2p)
- add_insmod ipt_ipp2p
- append "$var" "-m ipp2p"
- case "$value" in
- all) append "$var" "--edk --dc --kazaa --gnu --bit";;
- *) append "$var" "--$value";;
- esac
- ;;
*:layer7)
add_insmod ipt_layer7
add_insmod xt_layer7