]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: py: any/ct.t.json.output: Drop leftover entry
authorPhil Sutter <phil@nwl.cc>
Thu, 16 Oct 2025 14:23:12 +0000 (16:23 +0200)
committerPhil Sutter <phil@nwl.cc>
Thu, 23 Oct 2025 20:48:51 +0000 (22:48 +0200)
The rule with single element anonymous set was replaced, drop this
leftover.

Fixes: 27f6a4c68b4fd ("tests: replace single element sets")
Signed-off-by: Phil Sutter <phil@nwl.cc>
tests/py/any/ct.t.json.output

index 70ade7e38987ae429669bb1416843608ad54babb..82634c2da67206d515c950cf4a45b97936d92a1b 100644 (file)
     }
 ]
 
-# ct state . ct mark { new . 0x12345678}
-[
-    {
-        "match": {
-            "left": {
-                "concat": [
-                    {
-                        "ct": {
-                            "key": "state"
-                        }
-                    },
-                    {
-                        "ct": {
-                            "key": "mark"
-                        }
-                    }
-                ]
-            },
-            "op": "==",
-            "right": {
-                "set": [
-                    {
-                        "concat": [
-                            "new",
-                            305419896
-                        ]
-                    }
-                ]
-            }
-        }
-    }
-]
-
 # ct state . ct mark { new . 0x12345678, new . 0x34127856, established . 0x12785634}
 [
     {