Blame iptables/iptables-extensions.8.tmpl.in

Packit Service d1fe03
.TH iptables-extensions 8 "" "@PACKAGE_STRING@" "@PACKAGE_STRING@"
Packit Service d1fe03
.SH NAME
Packit Service d1fe03
iptables-extensions \(em list of extensions in the standard iptables distribution
Packit Service d1fe03
.SH SYNOPSIS
Packit Service d1fe03
\fBip6tables\fP [\fB\-m\fP \fIname\fP [\fImodule-options\fP...]]
Packit Service d1fe03
[\fB\-j\fP \fItarget-name\fP [\fItarget-options\fP...]
Packit Service d1fe03
.PP
Packit Service d1fe03
\fBiptables\fP [\fB\-m\fP \fIname\fP [\fImodule-options\fP...]]
Packit Service d1fe03
[\fB\-j\fP \fItarget-name\fP [\fItarget-options\fP...]
Packit Service d1fe03
.SH MATCH EXTENSIONS
Packit Service d1fe03
iptables can use extended packet matching modules
Packit Service d1fe03
with the \fB\-m\fP or \fB\-\-match\fP
Packit Service d1fe03
options, followed by the matching module name; after these, various
Packit Service d1fe03
extra command line options become available, depending on the specific
Packit Service d1fe03
module.  You can specify multiple extended match modules in one line,
Packit Service d1fe03
and you can use the \fB\-h\fP or \fB\-\-help\fP
Packit Service d1fe03
options after the module has been specified to receive help specific
Packit Service d1fe03
to that module.  The extended match modules are evaluated in the order
Packit Service d1fe03
they are specified in the rule.
Packit Service d1fe03
.PP
Packit Service d1fe03
If the \fB\-p\fP or \fB\-\-protocol\fP was specified and if and only if an
Packit Service d1fe03
unknown option is encountered, iptables will try load a match module of the
Packit Service d1fe03
same name as the protocol, to try making the option available.
Packit Service d1fe03
.\" @MATCH@
Packit Service d1fe03
.SH TARGET EXTENSIONS
Packit Service d1fe03
iptables can use extended target modules: the following are included
Packit Service d1fe03
in the standard distribution.
Packit Service d1fe03
.\" @TARGET@