From c25defaa61c75564c64410c47be0087781ff135c Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sun, 14 Jul 2013 19:32:12 +0200 Subject: doc: merge ip6table man pages into ipv4 ones a couple of improvements to the iptables man page never made it into ip6tables version. The number of differences between these two files is so small that it seems preferable to alias the ipv6 man pages to their ipv4 counterpart and change iptables man page to specifically document differences (e.g. lack of ip6tables -f, etc). Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- iptables/iptables-save.8 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'iptables/iptables-save.8') diff --git a/iptables/iptables-save.8 b/iptables/iptables-save.8 index c2e0a949..d796a96c 100644 --- a/iptables/iptables-save.8 +++ b/iptables/iptables-save.8 @@ -20,13 +20,20 @@ .\" .SH NAME iptables-save \(em dump iptables rules to stdout +.P +ip6tables-save \(em dump iptables rules to stdout .SH SYNOPSIS \fBiptables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP] [\fB\-t\fP \fItable\fP] +.P +\fBip6tables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP] +[\fB\-t\fP \fItable\fP .SH DESCRIPTION .PP .B iptables-save -is used to dump the contents of an IP Table in easily parseable format +and +.B ip6tables-save +are used to dump the contents of IP or IPv6 Table in easily parseable format to STDOUT. Use I/O-redirection provided by your shell to write to a file. .TP \fB\-M\fP \fImodprobe_program\fP @@ -41,8 +48,12 @@ restrict output to only one table. If not specified, output includes all available tables. .SH BUGS None known as of iptables-1.2.1 release -.SH AUTHOR +.SH AUTHORS Harald Welte +.br +Rusty Russell +.br +Andras Kis-Szabo contributed ip6tables-save. .SH SEE ALSO \fBiptables\-restore\fP(8), \fBiptables\fP(8) .PP -- cgit v1.2.3