summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/packetpath
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2024-03-08 20:22:37 +0100
committerPhil Sutter <phil@nwl.cc>2024-03-19 18:24:47 +0100
commit2a0fe52eca32acc8927c97e164b5e79337073ceb (patch)
treeaaf1bd36c183a90f15adb4feef043761b6f4b909 /tests/shell/testcases/packetpath
parent38f04196ebef64a6672c55c27a6afe9af811c8f7 (diff)
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 <phil@nwl.cc>
Diffstat (limited to 'tests/shell/testcases/packetpath')
-rw-r--r--tests/shell/testcases/packetpath/dumps/set_lookups.json-nft24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/shell/testcases/packetpath/dumps/set_lookups.json-nft b/tests/shell/testcases/packetpath/dumps/set_lookups.json-nft
index 49b51aba..24363f90 100644
--- a/tests/shell/testcases/packetpath/dumps/set_lookups.json-nft
+++ b/tests/shell/testcases/packetpath/dumps/set_lookups.json-nft
@@ -15,6 +15,18 @@
}
},
{
+ "chain": {
+ "family": "ip",
+ "table": "t",
+ "name": "c",
+ "handle": 0,
+ "type": "filter",
+ "hook": "input",
+ "prio": 0,
+ "policy": "accept"
+ }
+ },
+ {
"set": {
"family": "ip",
"name": "s",
@@ -137,18 +149,6 @@
}
},
{
- "chain": {
- "family": "ip",
- "table": "t",
- "name": "c",
- "handle": 0,
- "type": "filter",
- "hook": "input",
- "prio": 0,
- "policy": "accept"
- }
- },
- {
"rule": {
"family": "ip",
"table": "t",