Re: Typo in net/netfilter/xt_iprange.c (git tree)

From: Patrick McHardy
Date: Sat Feb 02 2008 - 06:16:29 EST


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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/