All of lore.kernel.org
 help / color / mirror / Atom feed
* netfilter -stable: xt_iprange: module aliases for xt_iprange
@ 2008-05-20 12:13 Patrick McHardy
  0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2008-05-20 12:13 UTC (permalink / raw)
  To: stable; +Cc: Netfilter Development Mailinglist, David S. Miller

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

Another small netfilter fix for -stable to add missing module
aliases to xt_iprange that were forgotten when moving the module
to x_tables.

Please apply, thanks.


[-- Attachment #2: x --]
[-- Type: text/plain, Size: 1125 bytes --]

commit 3d7169b2fdbda9954a4c9026b6f6a78ff8cc64a9
Author: Patrick McHardy <kaber@trash.net>
Date:   Tue May 20 14:08:12 2008 +0200

    netfilter: xt_iprange: module aliases for xt_iprange
    
    Upstream commit 01b7a314:
    
    Using iptables 1.3.8 with kernel 2.6.25, rules which include '-m
    iprange' don't automatically pull in xt_iprange module.  Below patch
    adds module aliases to fix that.  Patch against latest -git, but seems
    like a good candidate for -stable also.
    
    Signed-off-by: Phil Oester <kernel@linuxace.com>
    Signed-off-by: Patrick McHardy <kaber@trash.net>
    Signed-off-by: David S. Miller <davem@davemloft.net>

diff --git a/net/netfilter/xt_iprange.c b/net/netfilter/xt_iprange.c
index 500528d..c63e933 100644
--- a/net/netfilter/xt_iprange.c
+++ b/net/netfilter/xt_iprange.c
@@ -179,3 +179,5 @@ module_exit(iprange_mt_exit);
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>, Jan Engelhardt <jengelh@computergmbh.de>");
 MODULE_DESCRIPTION("Xtables: arbitrary IPv4 range matching");
+MODULE_ALIAS("ipt_iprange");
+MODULE_ALIAS("ip6t_iprange");

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-20 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20 12:13 netfilter -stable: xt_iprange: module aliases for xt_iprange Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.