From 1a5153117784c267ceb81c048dd5e9b9c4309fbb Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 29 Oct 2018 12:49:00 +0100 Subject: src: default to numeric UID and GID listing Like iptables-save, print UID and GID as numeric values by default. Add a new option `-u' to print the UID and GID names as defined by /etc/passwd and /etc/group. Note that -n is ignored after this patch, since default are numeric printing for UID and GID. 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 711d8a4f..39527c4e 100644 --- a/doc/nft.txt +++ b/doc/nft.txt @@ -52,6 +52,10 @@ For a full summary of options, run *nft --help*. *--service*:: Translate ports to service names as defined by /etc/services. +*-u*:: +*--guid**:: + Translate numeric UID/GID to names as defined by /etc/passwd and /etc/group. + *-c*:: *--check*:: Check commands validity without actually applying the changes. -- cgit v1.2.3