On Tue, Oct 22, 2013 at 03:12:41PM +0200, Florian Westphal wrote: > Florian Westphal <fw@xxxxxxxxx> wrote: > > commit b259d1a ('src: operational limit match') creates huge > > array, increasing nft binary size from ~240k to ~5m on x86_64. > > > > Use switch statement instead. > > Applied, > > > +static const char *get_unit(uint64_t u) > > +{ > > + switch (u) { > > + case 1: return "seconds"; > > ... after changing this to 'second', spotted by Phil Oester. Please, push a patch to change libnftables to 'second'. Thanks! -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html