Signed-off-by: Florian Westphal <fw@strlen.de>
root@machine:~# iptables\-legacy\-save > myruleset # reads from x_tables
root@machine:~# iptables\-nft\-restore myruleset # writes to nf_tables
.fi
+or
+.nf
+ root@machine:~# iptables\-legacy\-save | iptables-translate-restore | less
+.fi
+to see how rules would look like in the nft
+\fBnft(8)\fP
+syntax.
.SH LIMITATIONS
You should use \fBLinux kernel >= 4.17\fP.
The \fBiptables-restore-translate\fP tool reads a ruleset in the syntax
produced by \fBiptables-save(8)\fP. Likewise, the
\fBip6tables-restore-translate\fP tool reads one produced by
-\fBip6tables-save(8)\fP.
+\fBip6tables-save(8)\fP. No ruleset modifications occur, these tools are
+text converters only.
The \fBiptables-translate\fP reads a command line as if it was entered to
\fBiptables(8)\fP, and \fBip6tables-translate\fP reads a command like as if it