commit | ecfcdfec7e0cc64215a194044305f02a5a836e6d | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Sep 09 15:38:12 2016 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Sep 12 20:32:57 2016 +0200 |
tree | 955326d1fee680de672f6bb320bb418d56a83c96 | |
parent | d1a6cba576fc7c43e476538fe5aa72fe04bd80e1 [diff] |
netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup() nf_nat_setup_info() returns NF_* verdicts, so convert them to error codes that is what ctnelink expects. This has passed overlook without having any impact since this nf_nat_setup_info() has always returned NF_ACCEPT so far. Since 870190a9ec90 ("netfilter: nat: convert nat bysrc hash to rhashtable"), this is problem. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>