summaryrefslogtreecommitdiffstats
path: root/tests/py/any/tcpopt.t.json.output
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2020-03-10 12:56:18 +0100
committerPhil Sutter <phil@nwl.cc>2020-03-10 16:32:53 +0100
commitd566fecdfcc37b721729d26a90af01fc87e09c89 (patch)
tree73284c190ef9aa4712b1d3557b994ec8d3b7cf31 /tests/py/any/tcpopt.t.json.output
parent64b9aa3803dd1f6ca529a1f3bd7aa0875bdbd9d9 (diff)
tests/py: Move tcpopt.t to any/ directory
Merge tcpopt.t files in ip, ip6 and inet into a common one, they were just marignally different. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'tests/py/any/tcpopt.t.json.output')
-rw-r--r--tests/py/any/tcpopt.t.json.output32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/py/any/tcpopt.t.json.output b/tests/py/any/tcpopt.t.json.output
new file mode 100644
index 00000000..ad0d25f4
--- /dev/null
+++ b/tests/py/any/tcpopt.t.json.output
@@ -0,0 +1,32 @@
+# 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
+ }
+ }
+]
+