summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-03-24 16:18:58 +0100
committerPhil Sutter <phil@nwl.cc>2021-04-29 15:45:23 +0200
commit9084ef290a39d42d802204c9e80d7263c2c95ea2 (patch)
treeedb3cd2e84f8fae4c190b21f0d503442899976f5 /extensions
parenta3e81c62e8c5abb4158f1f66df6bbcffd1b33240 (diff)
extensions: sctp: Explain match types in man page
They weren't mentioned at all. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libxt_sctp.man11
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/libxt_sctp.man b/extensions/libxt_sctp.man
index 3779d05a..3e5ffa09 100644
--- a/extensions/libxt_sctp.man
+++ b/extensions/libxt_sctp.man
@@ -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