[netfilter-cvslog] r6691 - trunk/iptables/include

yasuyuki at netfilter.org yasuyuki at netfilter.org
Mon Nov 13 05:03:27 CET 2006


Author: yasuyuki at netfilter.org
Date: 2006-11-13 05:03:26 +0100 (Mon, 13 Nov 2006)
New Revision: 6691

Modified:
   trunk/iptables/include/ip6tables.h
Log:
changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69
66 and 67 is conflicted with IPv6 Advanced API in kernel <= 2.6.18.



Modified: trunk/iptables/include/ip6tables.h
===================================================================
--- trunk/iptables/include/ip6tables.h	2006-11-03 13:55:21 UTC (rev 6690)
+++ trunk/iptables/include/ip6tables.h	2006-11-13 04:03:26 UTC (rev 6691)
@@ -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
 {




More information about the netfilter-cvslog mailing list