summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_sctp.c
diff options
context:
space:
mode:
authorJan Engelhardt2007-10-11 23:36:40 +0200
committerDavid S. Miller2007-10-11 23:36:40 +0200
commit73aaf9355b71d295fd72dc0b93fcdd275c56648f (patch)
tree349c5c244999b1235ba0048d2da0715722187ed9 /net/netfilter/xt_sctp.c
parent[NETFILTER]: nf_conntrack_tcp: fix connection reopening (diff)
downloadkernel-qcow2-linux-73aaf9355b71d295fd72dc0b93fcdd275c56648f.tar.gz
kernel-qcow2-linux-73aaf9355b71d295fd72dc0b93fcdd275c56648f.tar.xz
kernel-qcow2-linux-73aaf9355b71d295fd72dc0b93fcdd275c56648f.zip
[NETFILTER]: x_tables: add missing ip6t_modulename aliases
The patch will add MODULE_ALIAS("ip6t_<modulename>") where missing, otherwise you will get ip6tables: No chain/target/match by that name when xt_<modulename> is not already loaded. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/xt_sctp.c')
-rw-r--r--net/netfilter/xt_sctp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/xt_sctp.c b/net/netfilter/xt_sctp.c
index c002153b80ab..f907770fd4e9 100644
--- a/net/netfilter/xt_sctp.c
+++ b/net/netfilter/xt_sctp.c
@@ -13,6 +13,7 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Kiran Kumar Immidi");
MODULE_DESCRIPTION("Match for SCTP protocol packets");
MODULE_ALIAS("ipt_sctp");
+MODULE_ALIAS("ip6t_sctp");
#ifdef DEBUG_SCTP
#define duprintf(format, args...) printk(format , ## args)