From ca3c397793f67b0758ea9e16102852361034bcb6 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Fri, 16 Mar 2018 19:24:36 +0100 Subject: iptables: add xtables-translate.8 manpage This new manpage describes how to operate the translation tools for nftables. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Florian Westphal --- iptables/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iptables/Makefile.am') diff --git a/iptables/Makefile.am b/iptables/Makefile.am index d0060c60..60a14bf2 100644 --- a/iptables/Makefile.am +++ b/iptables/Makefile.am @@ -58,7 +58,8 @@ sbin_PROGRAMS += xtables-compat-multi endif man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ iptables-xml.1 ip6tables.8 ip6tables-restore.8 \ - ip6tables-save.8 iptables-extensions.8 xtables-compat.8 + ip6tables-save.8 iptables-extensions.8 \ + xtables-compat.8 xtables-translate.8 CLEANFILES = iptables.8 \ xtables-config-parser.c xtables-config-syntax.c -- cgit v1.2.3