On 2 March 2018 at 11:47, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > On Fri, Mar 02, 2018 at 10:50:18AM +0100, Laura Garcia Liebana wrote: >> Support of key and value association with a certain timeout. >> >> Example: >> >> nft add map nftlb mapa { type inet_service: ipv4_addr\; >> timeout 5s\; } >> >> Results in: >> >> table ip nftlb { >> map mapa { >> type inet_service : ipv4_addr >> timeout 5s >> } >> } > > Applied, thanks Laura. Good work. @Laura could we have testcases for this? -- 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