All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/13] Correct the family member value of libxt_mark revision 1
@ 2008-04-10  7:38 Jan Engelhardt
  2008-04-10  7:38 ` [PATCH 02/13] Fix all remaining warnings (missing declarations, missing prototypes) Jan Engelhardt
                   ` (12 more replies)
  0 siblings, 13 replies; 30+ messages in thread
From: Jan Engelhardt @ 2008-04-10  7:38 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel

libxt_mark rev1 used AF_INET6 in the class structure where it should
have used AF_INET.
---
 extensions/libxt_mark.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extensions/libxt_mark.c b/extensions/libxt_mark.c
index af7f844..a2c9baf 100644
--- a/extensions/libxt_mark.c
+++ b/extensions/libxt_mark.c
@@ -197,7 +197,7 @@ static struct xtables_match mark_mt6_reg = {
 	.version        = IPTABLES_VERSION,
 	.name           = "mark",
 	.revision       = 1,
-	.family         = AF_INET6,
+	.family         = AF_INET,
 	.size           = XT_ALIGN(sizeof(struct xt_mark_mtinfo1)),
 	.userspacesize  = XT_ALIGN(sizeof(struct xt_mark_mtinfo1)),
 	.help           = mark_mt_help,
-- 
1.5.5.rc3


^ permalink raw reply related	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2008-04-13 10:05 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-10  7:38 [PATCH 01/13] Correct the family member value of libxt_mark revision 1 Jan Engelhardt
2008-04-10  7:38 ` [PATCH 02/13] Fix all remaining warnings (missing declarations, missing prototypes) Jan Engelhardt
2008-04-13  5:08   ` Patrick McHardy
2008-04-10  7:38 ` [PATCH 03/13] xtables.h: move non-exported parts to internal.h Jan Engelhardt
2008-04-13  5:10   ` Patrick McHardy
2008-04-13  6:07     ` Jan Engelhardt
2008-04-13  6:09       ` Patrick McHardy
2008-04-10  7:38 ` [PATCH 04/13] Add support for xt_hashlimit match revision 1 Jan Engelhardt
2008-04-13  5:11   ` Patrick McHardy
2008-04-10  7:38 ` [PATCH 05/13] Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR Jan Engelhardt
2008-04-13  5:16   ` Patrick McHardy
2008-04-10  7:38 ` [PATCH 06/13] Move libipt_recent to libxt_recent Jan Engelhardt
2008-04-13  5:16   ` Patrick McHardy
2008-04-10  7:38 ` [PATCH 07/13] libxt_recent: add IPv6 support Jan Engelhardt
2008-04-10  7:38 ` [PATCH 08/13] libxt_recent: add missing --rsource,--rdest options to manpage Jan Engelhardt
2008-04-10  7:38 ` [PATCH 09/13] manpages: fix broken markup (missing close tags) Jan Engelhardt
2008-04-13  5:18   ` Patrick McHardy
2008-04-10  7:38 ` [PATCH 10/13] manpages: grammar and spelling Jan Engelhardt
2008-04-13  5:19   ` Patrick McHardy
2008-04-10  7:38 ` [PATCH 11/13] manpages: update to reflect fine-grained control Jan Engelhardt
2008-04-13  5:20   ` Patrick McHardy
2008-04-10  7:38 ` [PATCH 12/13] Add all necessary header files - compilation fix for various cases Jan Engelhardt
2008-04-13  5:21   ` Patrick McHardy
2008-04-13  9:35     ` Jan Engelhardt
2008-04-13  9:35       ` Patrick McHardy
2008-04-13 10:05         ` Jan Engelhardt
2008-04-10  7:38 ` [PATCH 13/13] configure: split --enable-libipq from --enable-devel Jan Engelhardt
2008-04-13  5:22   ` Patrick McHardy
2008-04-10  7:39 ` [PATCH 01/13] Correct the family member value of libxt_mark revision 1 Jan Engelhardt
2008-04-11 10:44   ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.