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

2008-02-02 Thread Patrick McHardy

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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2008-02-02 Thread Patrick McHardy

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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2008-02-01 Thread Frans Pop
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 linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2008-02-01 Thread Jiri Moravec
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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2008-02-01 Thread Frans Pop
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 linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/