* [NETFILTER 2/2]: xt_iprange: module aliases for xt_iprange
@ 2008-05-13 11:33 Patrick McHardy
2008-05-14 6:27 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Patrick McHardy @ 2008-05-13 11:33 UTC (permalink / raw)
To: David S. Miller; +Cc: Netfilter Development Mailinglist
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 02.diff --]
[-- Type: text/x-diff, Size: 1254 bytes --]
[NETFILTER]: xt_iprange: module aliases for xt_iprange
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>
---
commit 289242ae97199103baf1254623a424f74601121a
tree 9bf1048f9327c482d6847ee0d840afb64e294918
parent fee65a663d85aa9af3b295064e974ccb692e2c9c
author Phil Oester <kernel@linuxace.com> Tue, 13 May 2008 13:21:48 +0200
committer Patrick McHardy <kaber@trash.net> Tue, 13 May 2008 13:21:48 +0200
net/netfilter/xt_iprange.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
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] 2+ messages in thread
* Re: [NETFILTER 2/2]: xt_iprange: module aliases for xt_iprange
2008-05-13 11:33 [NETFILTER 2/2]: xt_iprange: module aliases for xt_iprange Patrick McHardy
@ 2008-05-14 6:27 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-05-14 6:27 UTC (permalink / raw)
To: kaber; +Cc: netfilter-devel
From: Patrick McHardy <kaber@trash.net>
Date: Tue, 13 May 2008 13:33:57 +0200
> [NETFILTER]: xt_iprange: module aliases for xt_iprange
>
> 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>
Also applied, thanks a lot.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-14 6:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-13 11:33 [NETFILTER 2/2]: xt_iprange: module aliases for xt_iprange Patrick McHardy
2008-05-14 6:27 ` David Miller
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.