Re: [PATCH nft] parser: support of maps with timeout

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux