commit | bf798657eb5ba57552096843c315f096fdf9b715 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Aug 12 17:41:00 2015 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Aug 19 21:21:41 2015 +0200 |
tree | 61238c85e128ab3d010113f01182d7fbcbf01b86 | |
parent | fd7dec25a18f495e50d2040398fd263836ff3b28 [diff] |
netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg() nft_type_to_reg() needs to return the register in the new 32 bit addressing, otherwise we hit EINVAL when using mappings. Fixes: 49499c3 ("netfilter: nf_tables: switch registers to 32 bit addressing") Reported-by: Andreas Schultz <aschultz@tpip.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>