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

From: Jiri Moravec
Date: Fri Feb 01 2008 - 09:47:25 EST


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,



--
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/