aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-01 21:29:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-01 21:29:52 +0000
commit741e58843a6d99a68d620d59687e944a3b578843 (patch)
treef963091b09943f9aabf1cbd5e5d6aacd942239b4 /target
parent540556bb928c69ca92962b5d2ed7b73bb3b45e26 (diff)
downloadupstream-741e58843a6d99a68d620d59687e944a3b578843.tar.gz
upstream-741e58843a6d99a68d620d59687e944a3b578843.tar.bz2
upstream-741e58843a6d99a68d620d59687e944a3b578843.zip
include missing xt_layer7.h in 602-netfilter_layer7_2.21.patch
SVN-Revision: 15546
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.4/patches/602-netfilter_layer7_2.21.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/generic-2.4/patches/602-netfilter_layer7_2.21.patch b/target/linux/generic-2.4/patches/602-netfilter_layer7_2.21.patch
index 7ad8436212..e7a7d8772a 100644
--- a/target/linux/generic-2.4/patches/602-netfilter_layer7_2.21.patch
+++ b/target/linux/generic-2.4/patches/602-netfilter_layer7_2.21.patch
@@ -2043,3 +2043,20 @@
+ }
+ *dst++ = '\0';
+}
+--- /dev/null
++++ b/include/linux/netfilter/xt_layer7.h
+@@ -0,0 +1,14 @@
++#ifndef _XT_LAYER7_H
++#define _XT_LAYER7_H
++
++#define MAX_PATTERN_LEN 8192
++#define MAX_PROTOCOL_LEN 256
++
++struct xt_layer7_info {
++ char protocol[MAX_PROTOCOL_LEN];
++ char pattern[MAX_PATTERN_LEN];
++ u_int8_t invert;
++ u_int8_t pkt;
++};
++
++#endif /* _XT_LAYER7_H */