[NETFILTER]: x_tables: add missing ip6t_modulename aliases
authorJan Engelhardt <jengelh@computergmbh.de>
Thu, 11 Oct 2007 21:36:40 +0000 (14:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2007 21:36:40 +0000 (14:36 -0700)
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>
net/netfilter/xt_CLASSIFY.c
net/netfilter/xt_CONNMARK.c
net/netfilter/xt_NOTRACK.c
net/netfilter/xt_connbytes.c
net/netfilter/xt_connmark.c
net/netfilter/xt_dccp.c
net/netfilter/xt_sctp.c
net/netfilter/xt_tcpmss.c

index 5194285..07a1b96 100644 (file)
@@ -24,6 +24,7 @@ MODULE_AUTHOR("Patrick McHardy <kaber@trash.net>");
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("iptables qdisc classification target module");
 MODULE_ALIAS("ipt_CLASSIFY");
+MODULE_ALIAS("ip6t_CLASSIFY");
 
 static unsigned int
 target(struct sk_buff **pskb,
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge