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)
commit8da4cc1b10c1aeba090d1d862b17174e4dbd50a4
tree6c5c1a76fd427ae17e4fe9578765ff95b67d7e8e
parent07dcc686fa8f6667dec4696804cdb43a90267b9a
netfilter: nft_masq: register/unregister notifiers on module init/exit

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>
net/ipv4/netfilter/nft_masq_ipv4.c
net/ipv6/netfilter/nft_masq_ipv6.c
This page took 0.028723 seconds and 5 git commands to generate.