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.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to