* [PATCH] Module aliases for xt_iprange
@ 2008-05-12 17:42 Phil Oester
2008-05-12 17:55 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Phil Oester @ 2008-05-12 17:42 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 304 bytes --]
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.
Phil
Signed-off-by: Phil Oester <kernel@linuxace.com>
[-- Attachment #2: patch-xt_range-alias --]
[-- Type: text/plain, Size: 448 bytes --]
--- linux-2.6.25.i686/net/netfilter/xt_iprange.c.orig 2008-05-12 12:25:55.000000000 -0400
+++ linux-2.6.25.i686/net/netfilter/xt_iprange.c 2008-05-12 12:23:55.000000000 -0400
@@ -179,3 +179,5 @@
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 [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-12 17:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 17:42 [PATCH] Module aliases for xt_iprange Phil Oester
2008-05-12 17:55 ` 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.