[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>

No differences found