aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_IDLETIMER.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-01-18 06:30:13 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-01-18 06:33:54 +0100
commitf1e231a356f90a67f8547c2881a62c92084683c6 (patch)
treebb290753fc6b86ee80293b06e66a2314034c35e9 /net/netfilter/xt_IDLETIMER.c
parentnetfilter: create audit records for x_tables replaces (diff)
downloadlinux-dev-f1e231a356f90a67f8547c2881a62c92084683c6.tar.xz
linux-dev-f1e231a356f90a67f8547c2881a62c92084683c6.zip
netfilter: xtables: add missing aliases for autoloading via iptables
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'net/netfilter/xt_IDLETIMER.c')
-rw-r--r--net/netfilter/xt_IDLETIMER.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/netfilter/xt_IDLETIMER.c b/net/netfilter/xt_IDLETIMER.c
index be1f22e13545..3bdd443aaf15 100644
--- a/net/netfilter/xt_IDLETIMER.c
+++ b/net/netfilter/xt_IDLETIMER.c
@@ -313,3 +313,5 @@ MODULE_AUTHOR("Timo Teras <ext-timo.teras@nokia.com>");
MODULE_AUTHOR("Luciano Coelho <luciano.coelho@nokia.com>");
MODULE_DESCRIPTION("Xtables: idle time monitor");
MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("ipt_IDLETIMER");
+MODULE_ALIAS("ip6t_IDLETIMER");