summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/tcpopt.t.json.output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/tcpopt.t.json.output')
-rw-r--r--tests/py/inet/tcpopt.t.json.output30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/py/inet/tcpopt.t.json.output b/tests/py/inet/tcpopt.t.json.output
new file mode 100644
index 00000000..302108c2
--- /dev/null
+++ b/tests/py/inet/tcpopt.t.json.output
@@ -0,0 +1,30 @@
+# tcp option sack0 left 1
+[
+ {
+ "match": {
+ "left": {
+ "tcp option": {
+ "field": "left",
+ "name": "sack"
+ }
+ },
+ "right": 1
+ }
+ }
+]
+
+# tcp option sack0 right 1
+[
+ {
+ "match": {
+ "left": {
+ "tcp option": {
+ "field": "right",
+ "name": "sack"
+ }
+ },
+ "right": 1
+ }
+ }
+]
+