commit | 086f332167d64b645d37405854f049b9ad7371ab | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Nov 10 13:39:42 2015 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Nov 10 23:47:32 2015 +0100 |
tree | 971692c02428ad47dcaa0b4a75751b3befc01658 | |
parent | aabc92bbe3cfe4c545f8ccdaaeeea012a46f0abf [diff] |
netfilter: nf_tables: add clone interface to expression operations With the conversion of the counter expressions to make it percpu, we need to clone the percpu memory area, otherwise we crash when using counters from flow tables. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>