From: Yasuyuki KOZAKAI Date: Mon, 13 Nov 2006 04:03:26 +0000 (+0000) Subject: changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69 X-Git-Tag: v1.3.7~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ebfad0cf7ff3e414a20c82513579789e8283c9f;p=thirdparty%2Fiptables.git changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69 66 and 67 is conflicted with IPv6 Advanced API in kernel <= 2.6.18. --- 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 {