]> git.ipfire.org Git - thirdparty/nftables.git/commit
doc: use symbolic names for chain priorities
authorSimon Ruderich <simon@ruderich.org>
Tue, 9 Mar 2021 10:53:30 +0000 (11:53 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 24 Mar 2021 13:19:31 +0000 (14:19 +0100)
commit8c226fabc63f21c00ea07b7d484053f797ce994c
treef62fe1e3daf55992c511781c8270437af457b941
parentb140b592cb74ce4f15ccc3850882bd7d93749109
doc: use symbolic names for chain priorities

This replaces the numbers with the matching symbolic names with one
exception: The NAT example used "priority 0" for the prerouting
priority. This is replaced by "dstnat" which has priority -100 which is
the new recommended priority.

Also use spaces instead of tabs for consistency in lines which require
updates.

Signed-off-by: Simon Ruderich <simon@ruderich.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/nft.txt
doc/primary-expression.txt
doc/stateful-objects.txt
doc/statements.txt