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.output32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/py/inet/tcpopt.t.json.output b/tests/py/inet/tcpopt.t.json.output
deleted file mode 100644
index ad0d25f4..00000000
--- a/tests/py/inet/tcpopt.t.json.output
+++ /dev/null
@@ -1,32 +0,0 @@
-# tcp option sack0 left 1
-[
- {
- "match": {
- "left": {
- "tcp option": {
- "field": "left",
- "name": "sack"
- }
- },
- "op": "==",
- "right": 1
- }
- }
-]
-
-# tcp option sack0 right 1
-[
- {
- "match": {
- "left": {
- "tcp option": {
- "field": "right",
- "name": "sack"
- }
- },
- "op": "==",
- "right": 1
- }
- }
-]
-