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)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to