X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/afc90574b4badb77ea9cf1be7393249482e89035..dff26e760144ed11a256aef236654349aa6f9e70:/target/linux/generic-2.6/patches-2.6.25/101-netfilter_layer7_pktmatch.patch diff --git a/target/linux/generic-2.6/patches-2.6.25/101-netfilter_layer7_pktmatch.patch b/target/linux/generic-2.6/patches-2.6.25/101-netfilter_layer7_pktmatch.patch index e8bd21bb2..be2dff8e1 100644 --- a/target/linux/generic-2.6/patches-2.6.25/101-netfilter_layer7_pktmatch.patch +++ b/target/linux/generic-2.6/patches-2.6.25/101-netfilter_layer7_pktmatch.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.25.4/include/linux/netfilter/xt_layer7.h -=================================================================== ---- linux-2.6.25.4.orig/include/linux/netfilter/xt_layer7.h -+++ linux-2.6.25.4/include/linux/netfilter/xt_layer7.h +--- a/include/linux/netfilter/xt_layer7.h ++++ b/include/linux/netfilter/xt_layer7.h @@ -8,6 +8,7 @@ struct xt_layer7_info { char protocol[MAX_PROTOCOL_LEN]; char pattern[MAX_PATTERN_LEN]; @@ -10,10 +8,8 @@ Index: linux-2.6.25.4/include/linux/netfilter/xt_layer7.h }; #endif /* _XT_LAYER7_H */ -Index: linux-2.6.25.4/net/netfilter/xt_layer7.c -=================================================================== ---- linux-2.6.25.4.orig/net/netfilter/xt_layer7.c -+++ linux-2.6.25.4/net/netfilter/xt_layer7.c +--- a/net/netfilter/xt_layer7.c ++++ b/net/netfilter/xt_layer7.c @@ -297,34 +297,36 @@ static int match_no_append(struct nf_con }