X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8f3d3ea2183d32de437ba5443c9e5a2a2dcd476f..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 9605e4fa6..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.24/include/linux/netfilter/xt_layer7.h -=================================================================== ---- linux-2.6.24.orig/include/linux/netfilter/xt_layer7.h -+++ linux-2.6.24/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.24/include/linux/netfilter/xt_layer7.h }; #endif /* _XT_LAYER7_H */ -Index: linux-2.6.24/net/netfilter/xt_layer7.c -=================================================================== ---- linux-2.6.24.orig/net/netfilter/xt_layer7.c -+++ linux-2.6.24/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 }