]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>
Mon, 13 Nov 2006 04:03:26 +0000 (04:03 +0000)
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>
Mon, 13 Nov 2006 04:03:26 +0000 (04:03 +0000)
66 and 67 is conflicted with IPv6 Advanced API in kernel <= 2.6.18.

include/ip6tables.h

index 406f25582fcdcb3e2a5c44ee47247b6f5c1d4923..8fe7899b39d3a070b9c3c69108b7fb8ae3333a93 100644 (file)
@@ -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
 {