]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd2122991d90d089428b3fb2cf16d8d03863f0402
tree6c5c1a76fd427ae17e4fe9578765ff95b67d7e8e
parent3cc73fb0f63198a1b64128c133efb2b3a06da685
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: e1ef01c ("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