~ubuntu-branches/ubuntu/quantal/iptables/quantal-proposed

« back to all changes in this revision

Viewing changes to iptables-save.8

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella
  • Date: 2009-05-06 16:35:21 UTC
  • mfrom: (5.1.6 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20090506163521-2hbruo0m33h04wxf
Tags: 1.4.3.2-2ubuntu1
* Merge from debian unstable (LP: #372920), remaining changes:
  - Don't fail to run iptables-save if iptables module isn't loaded.
  - debian/patches/0901-build-libipq_pic.a.patch - Build libipq_pic.a with
    -fPIC. Upstream changed build system and patch modified accordingly.
  - Revert changes between 1.4.1.1-3 and 1.4.1.1-4, thus bringing back
    the howtos.
* Droped unexistent patches from debian/patches/series
* Droped 0903-autoload-module-in-iptables-save.diff, fixed upstream
* Added linuxdoc-tools to Build-Depends
* Modified debian/iptables{,-dev}.install to match DM syntax 
  (removed debian/tmp)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
.\"
20
20
.\"
21
21
.SH NAME
22
 
iptables-save \- Save IP Tables
 
22
iptables-save - dump iptables rules to stdout
23
23
.SH SYNOPSIS
24
 
.BR "iptables-save " "[-c] [-t table]"
25
 
.br
 
24
\fBiptables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP]
 
25
[\fB\-t\fP \fItable\fP]
26
26
.SH DESCRIPTION
27
27
.PP
28
28
.B iptables-save
29
29
is used to dump the contents of an IP Table in easily parseable format
30
30
to STDOUT. Use I/O-redirection provided by your shell to write to a file.
31
31
.TP
 
32
\fB\-M\fP \fImodprobe_program\fP
 
33
Specify the path to the modprobe program. By default, iptables-save will
 
34
inspect /proc/sys/kernel/modprobe to determine the executable's path.
 
35
.TP
32
36
\fB\-c\fR, \fB\-\-counters\fR
33
37
include the current values of all packet and byte counters in the output
34
38
.TP
35
 
\fB\-t\fR, \fB\-\-table\fR \fBtablename\fR
36
 
.TP
 
39
\fB\-t\fR, \fB\-\-table\fR \fItablename\fP
37
40
restrict output to only one table. If not specified, output includes all
38
41
available tables.
39
42
.SH BUGS