]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
extensions: sctp: Explain match types in man page
authorPhil Sutter <phil@nwl.cc>
Wed, 24 Mar 2021 15:18:58 +0000 (16:18 +0100)
committerPhil Sutter <phil@nwl.cc>
Thu, 29 Apr 2021 13:45:23 +0000 (15:45 +0200)
They weren't mentioned at all.

Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/libxt_sctp.man

index 3779d05a45bf0c7a605af0fcee85d8e352a79afa..3e5ffa09c9da7b0713e107b954f950ba7609683d 100644 (file)
@@ -8,6 +8,17 @@ This module matches Stream Control Transmission Protocol headers.
 The flag letter in upper case indicates that the flag is to match if set,
 in the lower case indicates to match if unset.
 
+Match types:
+.TP
+all
+Match if all given chunk types are present and flags match.
+.TP
+any
+Match if any of the given chunk types is present with given flags.
+.TP
+only
+Match if only the given chunk types are present with given flags and none are missing.
+
 Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOKIE_ECHO COOKIE_ACK ECN_ECNE ECN_CWR SHUTDOWN_COMPLETE ASCONF ASCONF_ACK FORWARD_TSN
 
 chunk type            available flags