summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/ip6tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ip6tables.h b/include/ip6tables.h
index 406f2558..8fe7899b 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
{