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

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