summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/typeof_maps_concat_update_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/maps/typeof_maps_concat_update_0')
-rwxr-xr-xtests/shell/testcases/maps/typeof_maps_concat_update_04
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shell/testcases/maps/typeof_maps_concat_update_0 b/tests/shell/testcases/maps/typeof_maps_concat_update_0
index 645ae142..e996f14e 100755
--- a/tests/shell/testcases/maps/typeof_maps_concat_update_0
+++ b/tests/shell/testcases/maps/typeof_maps_concat_update_0
@@ -4,13 +4,13 @@
EXPECTED="table ip foo {
map pinned {
- typeof ip daddr . tcp dport : ip daddr . tcp dport
+ typeof ip saddr . ct original proto-dst : ip daddr . tcp dport
size 65535
flags dynamic,timeout
timeout 6m
}
chain pr {
- meta l4proto tcp update @pinned { ip saddr . ct original proto-dst timeout 1m30s : ip daddr . tcp dport }
+ update @pinned { ip saddr . ct original proto-dst timeout 1m30s : ip daddr . tcp dport }
}
}"