]> git.karo-electronics.de Git - karo-tx-linux.git/commit
netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPER
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 13 May 2012 22:42:02 +0000 (00:42 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 16 May 2012 23:00:05 +0000 (01:00 +0200)
commitbe3eed2e96340d3c7a4d1ea1d63e7bd6095d1e34
tree09f699ff2ffae707a07f19d596f6068b5da594ef
parent1a52099640bd7c1ff1577e9a967fb781ac59dfba
netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPER

ctnetlink uses the aliases that are created by MODULE_ALIAS_NFCT_HELPER
to auto-load the module based on the helper name. Thus, we have to use
RAS, Q.931 and H.245, not H.323.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_h323_main.c