aboutsummaryrefslogtreecommitdiff
path: root/extensions/libxt_sctp.man
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-30 20:42:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-30 20:42:42 +0000
commit19298380ae51078a6d24cf52d5fcf2a094e922dd (patch)
treec13472d6baa12a26b2427a040b642a7524fa6aa2 /extensions/libxt_sctp.man
parentd1a0d9dc58c7d5ef2d9a8f60de33c2c050815cc2 (diff)
parent2f7a7bc2876128cb8af139be42a18ae15fa6c4d9 (diff)
downloadiptables-19298380ae51078a6d24cf52d5fcf2a094e922dd.tar.gz
Snap for 11024862 from 2f7a7bc2876128cb8af139be42a18ae15fa6c4d9 to simpleperf-release
Change-Id: I94d06f2386e756498739362a6a1cadd91b42a061
Diffstat (limited to 'extensions/libxt_sctp.man')
-rw-r--r--extensions/libxt_sctp.man15
1 files changed, 14 insertions, 1 deletions
diff --git a/extensions/libxt_sctp.man b/extensions/libxt_sctp.man
index 3779d05a..06da04f8 100644
--- a/extensions/libxt_sctp.man
+++ b/extensions/libxt_sctp.man
@@ -8,12 +8,25 @@ 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.
-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
+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 I_DATA RE_CONFIG PAD ASCONF ASCONF_ACK FORWARD_TSN I_FORWARD_TSN
chunk type available flags
.br
DATA I U B E i u b e
.br
+I_DATA I U B E i u b e
+.br
ABORT T t
.br
SHUTDOWN_COMPLETE T t