[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1JL1II-0002Qy-9u@faramir.fjphome.nl>
Date: Fri, 01 Feb 2008 20:11:22 +0100
From: Frans Pop <elendil@...net.nl>
To: netdev@...r.kernel.org
Cc: jim.lkml@...il.com, linux-kernel@...r.kernel.org
Subject: Re: Typo in net/netfilter/xt_iprange.c (git tree)
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists