summaryrefslogtreecommitdiffstats
path: root/include/ip6tables.h
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org>2006-11-13 04:03:26 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org>2006-11-13 04:03:26 +0000
commit638dc41ff0822a3c1b0cd88ab7b80df9ad2dcfe7 (patch)
tree0cdc2b7daec7489662f4e21ea65604582de3db01 /include/ip6tables.h
parent18b5628da718a56fed9628763669da36b5225aa2 (diff)
changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69
66 and 67 is conflicted with IPv6 Advanced API in kernel <= 2.6.18.
Diffstat (limited to 'include/ip6tables.h')
-rw-r--r--include/ip6tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ip6tables.h b/include/ip6tables.h
index 406f255..8fe7899 100644
--- a/include/ip6tables.h
+++ b/include/ip6tables.h
@@ -16,8 +16,8 @@
#endif
#ifndef IP6T_SO_GET_REVISION_MATCH /* Old kernel source. */
-#define IP6T_SO_GET_REVISION_MATCH (IP6T_BASE_CTL + 2)
-#define IP6T_SO_GET_REVISION_TARGET (IP6T_BASE_CTL + 3)
+#define IP6T_SO_GET_REVISION_MATCH 68
+#define IP6T_SO_GET_REVISION_TARGET 69
struct ip6t_get_revision
{