summaryrefslogtreecommitdiffstats
path: root/tests/py/any/tcpopt.t
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-11-21 23:33:22 +0100
committerFlorian Westphal <fw@strlen.de>2021-12-01 14:17:29 +0100
commit49ac868a0d5b99bad5dbf5603ebf02237a37459d (patch)
tree27762a59d56ae68485bc130926165c72aabdb724 /tests/py/any/tcpopt.t
parentc10464b84d2fe06e137f2d690e347802fcb50821 (diff)
tests: py: add tcp subtype match test cases
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/any/tcpopt.t')
-rw-r--r--tests/py/any/tcpopt.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/py/any/tcpopt.t b/tests/py/any/tcpopt.t
index 343c76e4..3d4be2a2 100644
--- a/tests/py/any/tcpopt.t
+++ b/tests/py/any/tcpopt.t
@@ -50,3 +50,7 @@ tcp option maxseg size set 1360;ok
tcp option md5sig exists;ok
tcp option fastopen exists;ok
tcp option mptcp exists;ok
+
+tcp option mptcp subtype 0;ok
+tcp option mptcp subtype 1;ok
+tcp option mptcp subtype { 0, 2};ok