From: acoul Date: Wed, 9 Jun 2010 17:29:25 +0000 (+0000) Subject: generic-2.6: layer7: convert xt_match_param to xt_action_param X-Git-Tag: fast2504n-3.10.28-merged~11826 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=4593e3555f595f3073178c2752e420298af79383;hp=7bc14b151f62b5596ed2154ffb98113744f94409;p=openwrt.git generic-2.6: layer7: convert xt_match_param to xt_action_param git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21740 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic-2.6/patches-2.6.35/102-netfilter_layer7_match.patch b/target/linux/generic-2.6/patches-2.6.35/102-netfilter_layer7_match.patch new file mode 100644 index 0000000000..a6b71ceecf --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.35/102-netfilter_layer7_match.patch @@ -0,0 +1,11 @@ +--- a/net/netfilter/xt_layer7.c ++++ b/net/netfilter/xt_layer7.c +@@ -416,7 +416,7 @@ static int layer7_write_proc(struct file + + static bool + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28) +-match(const struct sk_buff *skbin, const struct xt_match_param *par) ++match(const struct sk_buff *skbin, struct xt_action_param *par) + #else + match(const struct sk_buff *skbin, + const struct net_device *in,