aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-06-09 17:29:25 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-06-09 17:29:25 +0000
commit1ca9cd30799fe77ce23896838c26818efe3696e4 (patch)
tree2dd150ae21df014f55eda71ff7cd3a07ebf57184 /target/linux/generic-2.6
parentb30a171ca2fd67eecb52b94280aaae0555c44f5a (diff)
downloadmaster-187ad058-1ca9cd30799fe77ce23896838c26818efe3696e4.tar.gz
master-187ad058-1ca9cd30799fe77ce23896838c26818efe3696e4.tar.bz2
master-187ad058-1ca9cd30799fe77ce23896838c26818efe3696e4.zip
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
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r--target/linux/generic-2.6/patches-2.6.35/102-netfilter_layer7_match.patch11
1 files changed, 11 insertions, 0 deletions
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,