This patch describe the new --literal option. Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- doc/nft.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/nft.xml b/doc/nft.xml index dc93a8c65784..2de3c127092e 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -114,10 +114,13 @@ vi:ts=4 sw=4 </listitem> </varlistentry> <varlistentry> - <term><option>-N, --reversedns</option></term> + <term><option>-N, --literal</option></term> <listitem> <para> - Translate IP addresses to names. Usually requires network traffic for DNS lookup. + Translate numeric to literal. When used once (the default behaviour), + perform the IP address to name lookup, this usually requires network + traffic for DNS lookup that slows down the ruleset listing. Use twice + to also print services (instead of numerical port numbers). </para> </listitem> </varlistentry> -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html