Re: [PATCH nf-next] netfilter: ipset: deduplicate prefixlen maps
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2017-07-31 17:01:20
Also in:
lkml, netfilter-devel
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2017-07-31 17:01:20
Also in:
lkml, netfilter-devel
On Thu, Jul 20, 2017 at 02:13:00PM -0400, Aaron Conole wrote:
The prefixlen maps used here are identical, and have been since introduction. It seems to make sense to use a single large map, that the preprocessor will fill appropriately.
Applied, thanks.