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. -- 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