From 92abc51d3580dc719fdcbca8d36fdcf5a3751be5 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 29 Oct 2018 14:15:14 +0100 Subject: src: add -y to priority base chain nummerically By default base chains are printed using default hook priority definitions. Add -y option to print them as numbers. Acked-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- doc/nft.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/nft.txt') diff --git a/doc/nft.txt b/doc/nft.txt index 39527c4e..99ac0e33 100644 --- a/doc/nft.txt +++ b/doc/nft.txt @@ -56,6 +56,10 @@ For a full summary of options, run *nft --help*. *--guid**:: Translate numeric UID/GID to names as defined by /etc/passwd and /etc/group. +*-y*:: +*--numeric-priority**:: + Display base chain priority numerically. + *-c*:: *--check*:: Check commands validity without actually applying the changes. -- cgit v1.2.3