aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_cpu.c
diff options
context:
space:
mode:
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 b39db8a..c7a2e54 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)
{