From 2a0fe52eca32acc8927c97e164b5e79337073ceb Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 8 Mar 2024 20:22:37 +0100 Subject: tests: shell: Regenerate all json-nft dumps Ordering of 'nft -j list ruleset' output has changed, Regenerate existing json-nft dumps. No functional change intended, merely the position of chain objects should have moved up in the "nftables" array. Signed-off-by: Phil Sutter --- .../maps/dumps/typeof_maps_add_delete.json-nft | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft') diff --git a/tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft b/tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft index 4a58602a..8130c46c 100644 --- a/tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft +++ b/tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft @@ -14,26 +14,6 @@ "handle": 0 } }, - { - "map": { - "family": "ip", - "name": "dynmark", - "table": "dynset", - "type": "ipv4_addr", - "handle": 0, - "map": "mark", - "size": 64, - "flags": [ - "timeout" - ], - "timeout": 300, - "stmt": [ - { - "counter": null - } - ] - } - }, { "chain": { "family": "ip", @@ -54,6 +34,26 @@ "policy": "accept" } }, + { + "map": { + "family": "ip", + "name": "dynmark", + "table": "dynset", + "type": "ipv4_addr", + "handle": 0, + "map": "mark", + "size": 64, + "flags": [ + "timeout" + ], + "timeout": 300, + "stmt": [ + { + "counter": null + } + ] + } + }, { "rule": { "family": "ip", -- cgit v1.2.3