mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
get rid of a remaining reference to ipp2p
SVN-Revision: 14602
This commit is contained in:
parent
3f085cd501
commit
06713e3d82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user