commit | 906b1c394d0906a154fbdc904ca506bceb515756 | [log] [tgz] |
---|---|---|
author | Matthias Schiffer <mschiffer@universe-factory.net> | Sat Mar 30 10:23:12 2013 +0000 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Apr 03 12:24:56 2013 +0200 |
tree | f222e6dc6a92465710e75f57c96e1bf4bb858250 | |
parent | 5389090b59f7f72a30e25f5fd1fc560340543970 [diff] |
netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengths The bitmask used for the prefix mangling was being calculated incorrectly, leading to the wrong part of the address being replaced when the prefix length wasn't a multiple of 32. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>