]> git.ipfire.org Git - thirdparty/nftables.git/commit
limit: display default burst when listing ruleset
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 19 Sep 2023 13:25:43 +0000 (15:25 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 20 Sep 2023 15:52:13 +0000 (17:52 +0200)
commit7360ab610164c7457b1024419ee046a4d05a6e2f
tree1b3443e6ce5174c84d2436d5a1f89ba5cd02459e
parentb450c12223c4fc3fd8389809dace7dbccd513e95
limit: display default burst when listing ruleset

Default burst for limit is 5 for historical reasons but it is not
displayed when listing the ruleset.

Update listing to display the default burst to disambiguate.

man nft(8) has been recently updated to document this, no action in this
front is therefore required.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/statement.c
tests/py/any/limit.t
tests/shell/testcases/json/dumps/0001set_statements_0.nft
tests/shell/testcases/nft-f/dumps/0025empty_dynset_0.nft
tests/shell/testcases/sets/dumps/0022type_selective_flush_0.nft
tests/shell/testcases/sets/dumps/0038meter_list_0.nft
tests/shell/testcases/sets/dumps/0059set_update_multistmt_0.nft
tests/shell/testcases/sets/dumps/0060set_multistmt_0.nft