From: Pablo Neira Ayuso Date: Tue, 3 Jul 2018 15:37:03 +0000 (+0200) Subject: doc: update manpage to document --literal option X-Git-Tag: v0.9.1~364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25d7a3d08fe5236029a7a883f97b5583fecdd976;p=thirdparty%2Fnftables.git doc: update manpage to document --literal option This patch describe the new --literal option. Remove documentation on -N to prepare it for deprecation. Signed-off-by: Pablo Neira Ayuso --- diff --git a/doc/nft.xml b/doc/nft.xml index ef1b2c4e..7e477314 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -114,18 +114,22 @@ vi:ts=4 sw=4 - + - Translate IP addresses to names. Usually requires network traffic for DNS lookup. + Omit stateful information of rules and stateful objects. - + - Omit stateful information of rules and stateful objects. + Translate numeric to literal. When used once (the default behaviour), + print services (instead of numerical port numbers). Use twice to + perform the IP address to name lookup, this usually requires network + traffic for DNS lookup that slows down the ruleset listing. +