diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-01 21:29:52 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-01 21:29:52 +0000 |
commit | 9d12c363e3651e37bfa295bcba69aeaf0c842f9e (patch) | |
tree | fad86577dce7e8304886a49c446260d9251d16a8 /target/linux | |
parent | 95e646f073f565fde6fdd229baa80016e93ec51b (diff) |
[brcm-2.4] include missing xt_layer7.h in 602-netfilter_layer7_2.21.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15546 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.4/patches/602-netfilter_layer7_2.21.patch | 17 |
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 7ad843621..e7a7d8772 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 */ |