mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 15:06:47 +02:00
[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
This commit is contained in:
parent
95e646f073
commit
9d12c363e3
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user