netfilter: nft_masq: register/unregister notifiers on module init/exit
authorArturo Borrero <arturo.borrero.glez@gmail.com>
Fri, 3 Oct 2014 12:13:36 +0000 (14:13 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 3 Oct 2014 12:24:35 +0000 (14:24 +0200)
We have to register the notifiers in the masquerade expression from
the the module _init and _exit path.

This fixes crashes when removing the masquerade rule with no
ipt_MASQUERADE support in place (which was masking the problem).

Fixes: 9ba1f72 ("netfilter: nf_tables: add new nft_masq expression")
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found