summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/0028autoselect_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/sets/0028autoselect_0')
-rwxr-xr-xtests/shell/testcases/sets/0028autoselect_06
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/shell/testcases/sets/0028autoselect_0 b/tests/shell/testcases/sets/0028autoselect_0
index fdda832b..71174337 100755
--- a/tests/shell/testcases/sets/0028autoselect_0
+++ b/tests/shell/testcases/sets/0028autoselect_0
@@ -12,6 +12,6 @@ $NFT add set t s2 { type ipv4_addr \; }
$NFT add set t s3 { type ipv4_addr \; size 1024\; }
$NFT add chain t c {type filter hook input priority 0 \; }
-$NFT add rule t c meta iifname foobar set add ip protocol @s1
-$NFT add rule t c meta iifname foobar set add ip daddr @s2
-$NFT add rule t c meta iifname foobar set add ip daddr @s3
+$NFT add rule t c meta iifname foobar add @s1 { ip protocol }
+$NFT add rule t c meta iifname foobar add @s2 { ip daddr }
+$NFT add rule t c meta iifname foobar add @s3 { ip daddr }