summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4
diff options
context:
space:
mode:
authorlaforge <laforge>2002-02-17 19:52:16 +0000
committerlaforge <laforge>2002-02-17 19:52:16 +0000
commitb7486e89984013977e396dc805342b6df9bc3a25 (patch)
treed96a7556e502d64f5219c1c50f3e6270e937ffe1 /include/linux/netfilter_ipv4
parentb8ed4384a4fba2e2107ad5839d13dca808f9fcc5 (diff)
make compilation of libip6t_LOG, libipt_length, libip6t_length and
libip6t_owner mandatory
Diffstat (limited to 'include/linux/netfilter_ipv4')
-rw-r--r--include/linux/netfilter_ipv4/ipt_length.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_length.h b/include/linux/netfilter_ipv4/ipt_length.h
new file mode 100644
index 0000000..6e08852
--- /dev/null
+++ b/include/linux/netfilter_ipv4/ipt_length.h
@@ -0,0 +1,9 @@
+#ifndef _IPT_LENGTH_H
+#define _IPT_LENGTH_H
+
+struct ipt_length_info {
+ u_int16_t min, max;
+ u_int8_t invert;
+};
+
+#endif /*_IPT_LENGTH_H*/