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

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