summaryrefslogtreecommitdiffstats
path: root/tests/py/any/tcpopt.t.json
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2020-11-02 14:58:41 +0100
committerFlorian Westphal <fw@strlen.de>2020-11-09 12:19:31 +0100
commit8f591eba561aceeef605283c693b659a708d1cd3 (patch)
tree2147fffb8b87a51cabe2ab19d13b62cfd290808f /tests/py/any/tcpopt.t.json
parent41158e0388ac56380fc0ee301f0d43f95ec43fab (diff)
tcpopt: rename noop to nop
'nop' is the tcp padding "option". "noop" is retained for compatibility on parser side. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/any/tcpopt.t.json')
-rw-r--r--tests/py/any/tcpopt.t.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/any/tcpopt.t.json b/tests/py/any/tcpopt.t.json
index 2c6236a1..b15e36ee 100644
--- a/tests/py/any/tcpopt.t.json
+++ b/tests/py/any/tcpopt.t.json
@@ -14,14 +14,14 @@
}
]
-# tcp option noop kind 1
+# tcp option nop kind 1
[
{
"match": {
"left": {
"tcp option": {
"field": "kind",
- "name": "noop"
+ "name": "nop"
}
},
"op": "==",