From c9f459572e401218e825166fcc304b8b4f0ed554 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Wed, 9 Jun 2010 17:29:25 +0000 Subject: [PATCH] generic-2.6: layer7: convert xt_match_param to xt_action_param SVN-Revision: 21740 --- .../patches-2.6.35/102-netfilter_layer7_match.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/generic-2.6/patches-2.6.35/102-netfilter_layer7_match.patch 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, -- 2.30.2