aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_cpu.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_cpu.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_cpu.c')
-rw-r--r--net/netfilter/xt_cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/netfilter/xt_cpu.c b/net/netfilter/xt_cpu.c
index b39db8a5cbae..c7a2e5466bc4 100644
--- a/net/netfilter/xt_cpu.c
+++ b/net/netfilter/xt_cpu.c
@@ -22,6 +22,8 @@
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Eric Dumazet <eric.dumazet@gmail.com>");
MODULE_DESCRIPTION("Xtables: CPU match");
+MODULE_ALIAS("ipt_cpu");
+MODULE_ALIAS("ip6t_cpu");
static int cpu_mt_check(const struct xt_mtchk_param *par)
{