From: Jiri Popelka <jpopelka@redhat.com>
To: netfilter-devel@vger.kernel.org
Cc: Jiri Popelka <jpopelka@redhat.com>
Subject: [PATCH 2/3] iptables-restore(8): file to read from can be specified as argument
Date: Thu, 13 Mar 2014 17:01:20 +0100 [thread overview]
Message-ID: <1394726481-6001-2-git-send-email-jpopelka@redhat.com> (raw)
In-Reply-To: <1394726481-6001-1-git-send-email-jpopelka@redhat.com>
original bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1022228
---
iptables/iptables-restore.8.in | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/iptables/iptables-restore.8.in b/iptables/iptables-restore.8.in
index 4ad7a52..7a286b9 100644
--- a/iptables/iptables-restore.8.in
+++ b/iptables/iptables-restore.8.in
@@ -24,17 +24,18 @@ iptables-restore \(em Restore IP Tables
ip6tables-restore \(em Restore IPv6 Tables
.SH SYNOPSIS
\fBiptables\-restore\fP [\fB\-chntv\fP] [\fB\-M\fP \fImodprobe\fP]
-[\fB\-T\fP \fIname\fP]
+[\fB\-T\fP \fIname\fP] [\fBfile\fP]
.P
\fBip6tables\-restore\fP [\fB\-chntv\fP] [\fB\-M\fP \fImodprobe\fP]
-[\fB\-T\fP \fIname\fP]
+[\fB\-T\fP \fIname\fP] [\fBfile\fP]
.SH DESCRIPTION
.PP
.B iptables-restore
and
.B ip6tables-restore
-are used to restore IP and IPv6 Tables from data specified on STDIN. Use
-I/O redirection provided by your shell to read from a file
+are used to restore IP and IPv6 Tables from data specified on STDIN or in
+\fIfile\fP. Use I/O redirection provided by your shell to read from a file or
+specify \fIfile\fP as an argument.
.TP
\fB\-c\fR, \fB\-\-counters\fR
restore the values of all packet and byte counters
--
1.8.5.3
next prev parent reply other threads:[~2014-03-13 16:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-13 16:01 [PATCH 1/3] iptables-restore(8): missing -T in synopsis Jiri Popelka
2014-03-13 16:01 ` Jiri Popelka [this message]
2014-03-14 8:41 ` [PATCH 2/3] iptables-restore(8): file to read from can be specified as argument Pablo Neira Ayuso
2014-03-13 16:01 ` [PATCH 3/3] iptables: save - fix getopt_long()'s optstring Jiri Popelka
2014-03-14 8:44 ` Pablo Neira Ayuso
2014-03-14 8:40 ` [PATCH 1/3] iptables-restore(8): missing -T in synopsis Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1394726481-6001-2-git-send-email-jpopelka@redhat.com \
--to=jpopelka@redhat.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).