summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2025-08-12 21:57:43 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2025-08-12 23:41:35 +0200
commitb1035e2d27c9ff681d095de6c804f00a869aa3a0 (patch)
tree06ac86be05e09dbedbe3000a3c50bb2ab0e18634
parent4725f4887da84b1b6bbfd0c138bc48a707301fa1 (diff)
Revert "tests: py: fix json single-flag output for fib & synproxy"
This reverts commit 4725f4887da84b1b6bbfd0c138bc48a707301fa1. This 1.0.6.y branch does not contain the follow upstream commits: 38f99ee84fe6 ("json: Print single synproxy flags as non-array") dbe5c44f2b89 ("json: Print single fib flag as non-array") Therefore, such commit above is not required. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--tests/py/inet/fib.t.json.output32
-rw-r--r--tests/py/inet/synproxy.t.json.output17
2 files changed, 0 insertions, 49 deletions
diff --git a/tests/py/inet/fib.t.json.output b/tests/py/inet/fib.t.json.output
index e21f1e72..52cd46bc 100644
--- a/tests/py/inet/fib.t.json.output
+++ b/tests/py/inet/fib.t.json.output
@@ -37,35 +37,3 @@
}
]
-# fib daddr oif exists
-[
- {
- "match": {
- "left": {
- "fib": {
- "flags": "daddr",
- "result": "oif"
- }
- },
- "op": "==",
- "right": true
- }
- }
-]
-
-# fib daddr oif missing
-[
- {
- "match": {
- "left": {
- "fib": {
- "flags": "daddr",
- "result": "oif"
- }
- },
- "op": "==",
- "right": false
- }
- }
-]
-
diff --git a/tests/py/inet/synproxy.t.json.output b/tests/py/inet/synproxy.t.json.output
deleted file mode 100644
index e32cdfb8..00000000
--- a/tests/py/inet/synproxy.t.json.output
+++ /dev/null
@@ -1,17 +0,0 @@
-# synproxy timestamp
-[
- {
- "synproxy": {
- "flags": "timestamp"
- }
- }
-]
-
-# synproxy sack-perm
-[
- {
- "synproxy": {
- "flags": "sack-perm"
- }
- }
-]