summaryrefslogtreecommitdiffstats
path: root/iptables/iptables-restore.8
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-09-11 17:14:04 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-09-11 17:14:04 +0200
commit34d23bd14002aeeae0374d2561ad329e5cdc96e2 (patch)
treedd296f51c7b5fa331be5064955063341ba34b1cf /iptables/iptables-restore.8
parent62fc25fd1625f0f65b9eed3e15fe929dd0aff2c5 (diff)
parent1e4965232d77ab752c9c781afcf854f4b173c7b1 (diff)
Merge branch 'stable'
Diffstat (limited to 'iptables/iptables-restore.8')
-rw-r--r--iptables/iptables-restore.85
1 files changed, 4 insertions, 1 deletions
diff --git a/iptables/iptables-restore.8 b/iptables/iptables-restore.8
index a52bcebe..0dd20cb1 100644
--- a/iptables/iptables-restore.8
+++ b/iptables/iptables-restore.8
@@ -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