linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Typo in net/netfilter/xt_iprange.c (git tree)
@ 2008-02-01 14:25 Jiri Moravec
  2008-02-01 19:11 ` Frans Pop
  2008-02-02 11:16 ` Patrick McHardy
  0 siblings, 2 replies; 3+ messages in thread
From: Jiri Moravec @ 2008-02-01 14:25 UTC (permalink / raw)
  To: linux-kernel

Function iprange_mt4 belong to IPv4 family - AF_INET. Right?

	.name      = "iprange",
	.revision  = 1,
	.family    = AF_INET6, <---------- Typo?
	.match     = iprange_mt4,
	.matchsize = sizeof(struct xt_iprange_mtinfo),
	.me        = THIS_MODULE,




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

* Re: Typo in net/netfilter/xt_iprange.c (git tree)
  2008-02-01 14:25 Typo in net/netfilter/xt_iprange.c (git tree) Jiri Moravec
@ 2008-02-01 19:11 ` Frans Pop
  2008-02-02 11:16 ` Patrick McHardy
  1 sibling, 0 replies; 3+ messages in thread
From: Frans Pop @ 2008-02-01 19:11 UTC (permalink / raw)
  To: netdev; +Cc: jim.lkml, linux-kernel

Forward to netdev list.

--------------- Forwarded message (begin)
Subject: Typo in net/netfilter/xt_iprange.c (git tree)
From: Jiri Moravec <...>
Date: Fri, 01 Feb 2008 15:50:15 +0100

Function iprange_mt4 belong to IPv4 family - AF_INET. Right?

	.name      = "iprange",
	.revision  = 1,
	.family    = AF_INET6, <---------- Typo?
	.match     = iprange_mt4,
	.matchsize = sizeof(struct xt_iprange_mtinfo),
	.me        = THIS_MODULE,
--------------- Forwarded message (end)

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

* Re: Typo in net/netfilter/xt_iprange.c (git tree)
  2008-02-01 14:25 Typo in net/netfilter/xt_iprange.c (git tree) Jiri Moravec
  2008-02-01 19:11 ` Frans Pop
@ 2008-02-02 11:16 ` Patrick McHardy
  1 sibling, 0 replies; 3+ messages in thread
From: Patrick McHardy @ 2008-02-02 11:16 UTC (permalink / raw)
  To: Jiri Moravec; +Cc: linux-kernel

Jiri Moravec wrote:
> Function iprange_mt4 belong to IPv4 family - AF_INET. Right?
> 
> 	.name      = "iprange",
> 	.revision  = 1,
> 	.family    = AF_INET6, <---------- Typo?
> 	.match     = iprange_mt4,

Fixed, thanks Jiri.

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

end of thread, other threads:[~2008-02-02 11:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01 14:25 Typo in net/netfilter/xt_iprange.c (git tree) Jiri Moravec
2008-02-01 19:11 ` Frans Pop
2008-02-02 11:16 ` Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).