On Mon, Sep 30, 2019 at 10:38:23AM +0200, Eric Jallot wrote: > Using limit object as example: > > # valgrind --leak-check=full nft list ruleset > ==9937== Memcheck, a memory error detector > ==9937== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. > ==9937== Using Valgrind-3.14.0 and LibVEX; rerun with -h for copyright info > ==9937== Command: nft list ruleset > ==9937== > table inet raw { > limit lim1 { > rate 1/second > } > }
Applied, thanks.