]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
doc: document iptables-restore's -T option
authorJan Engelhardt <jengelh@medozas.de>
Sat, 27 Aug 2011 07:31:35 +0000 (09:31 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 8 Sep 2011 16:08:24 +0000 (18:08 +0200)
Commit v1.4.0-rc1-12-ge8665f8 completely forgot this.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
iptables/ip6tables-restore.8
iptables/iptables-restore.8

index aa09768f693bc41ccd01db2b758e9c965508bf85..59a3b2e54ffe6380a78592572f1844ec7c415dba 100644 (file)
@@ -33,6 +33,9 @@ restore the values of all packet and byte counters
 .TP
 \fB\-n\fR, \fB\-\-noflush\fR 
 don't flush the previous contents of the table. If not specified, 
+.TP
+\fB\-T\fP, \fB\-\-table\fP \fIname\fP
+Restore only the named table even if the input stream contains other ones.
 .B ip6tables-restore
 flushes (deletes) all previous contents of the respective IPv6 Table.
 .SH BUGS
index a52bcebe60e9c1fbc12cd0caa858c93f26f90ad7..0dd20cb1bbb91b1f090a963ebe9b3f63770a150d 100644 (file)
@@ -21,7 +21,7 @@
 .SH NAME
 iptables-restore \(em Restore IP Tables
 .SH SYNOPSIS
-\fBiptables\-restore\fP [\fB\-c\fP] [\fB\-n\fP]
+\fBiptables\-restore\fP [\fB\-c\fP] [\fB\-n\fP] [\fB\-T\fP \fIname\fP]
 .SH DESCRIPTION
 .PP
 .B iptables-restore
@@ -35,6 +35,9 @@ restore the values of all packet and byte counters
 don't flush the previous contents of the table. If not specified, 
 .B iptables-restore
 flushes (deletes) all previous contents of the respective IP Table.
+.TP
+\fB\-T\fP, \fB\-\-table\fP \fIname\fP
+Restore only the named table even if the input stream contains other ones.
 .SH BUGS
 None known as of iptables-1.2.1 release
 .SH AUTHOR