]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
doc: mention -m in the manpage
authorJan Engelhardt <jengelh@inai.de>
Tue, 25 Dec 2012 13:11:27 +0000 (13:11 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 7 Jan 2013 01:26:16 +0000 (02:26 +0100)
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/ip6tables.8.in
iptables/iptables.8.in

index 078bcacdcd6b48e09cf4e0ed296a51c16e1c19c7..8f04b31c2e69df69cdac76ec482e13f0b565bc06 100644 (file)
@@ -281,6 +281,13 @@ See the description of the \fB\-s\fP
 (source) flag for a detailed description of the syntax.  The flag
 \fB\-\-dst\fP is an alias for this option.
 .TP
+\fB\-m\fP, \fB\-\-match\fP \fImatch\fP
+Specifies a match to use, that is, an extension module that tests for a
+specific property. The set of matches make up the condition under which a
+target is invoked. Matches are evaluated first to last as specified on the
+command line and work in short-circuit fashion, i.e. if one extension yields
+false, evaluation will stop.
+.TP
 \fB\-j\fP, \fB\-\-jump\fP \fItarget\fP
 This specifies the target of the rule; i.e., what to do if the packet
 matches it.  The target can be a user-defined chain (other than the
index d6b409d0bc1adb517fbf0ae2b0c07119ede98425..8d657647460109344fb32e7ff985b2300464a80b 100644 (file)
@@ -277,6 +277,13 @@ See the description of the \fB\-s\fP
 (source) flag for a detailed description of the syntax.  The flag
 \fB\-\-dst\fP is an alias for this option.
 .TP
+\fB\-m\fP, \fB\-\-match\fP \fImatch\fP
+Specifies a match to use, that is, an extension module that tests for a
+specific property. The set of matches make up the condition under which a
+target is invoked. Matches are evaluated first to last as specified on the
+command line and work in short-circuit fashion, i.e. if one extension yields
+false, evaluation will stop.
+.TP
 \fB\-j\fP, \fB\-\-jump\fP \fItarget\fP
 This specifies the target of the rule; i.e., what to do if the packet
 matches it.  The target can be a user-defined chain (other than the