aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_connmark.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@computergmbh.de>2007-10-11 14:36:40 -0700
committerDavid S. Miller <davem@davemloft.net>2007-10-11 14:36:40 -0700
commit73aaf9355b71d295fd72dc0b93fcdd275c56648f (patch)
tree349c5c244999b1235ba0048d2da0715722187ed9 /net/netfilter/xt_connmark.c
parent[NETFILTER]: nf_conntrack_tcp: fix connection reopening (diff)
downloadlinux-dev-73aaf9355b71d295fd72dc0b93fcdd275c56648f.tar.xz
linux-dev-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_connmark.c')
-rw-r--r--net/netfilter/xt_connmark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/xt_connmark.c b/net/netfilter/xt_connmark.c
index e73fa9b46cf7..1071fc54d6d3 100644
--- a/net/netfilter/xt_connmark.c
+++ b/net/netfilter/xt_connmark.c
@@ -29,6 +29,7 @@ MODULE_AUTHOR("Henrik Nordstrom <hno@marasytems.com>");
MODULE_DESCRIPTION("IP tables connmark match module");
MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_connmark");
+MODULE_ALIAS("ip6t_connmark");
static bool
match(const struct sk_buff *skb,