public inbox for linux-kernel@vger.kernel.org
 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

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