summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/shell/testcases/maps/dumps/vmap_timeout.nft5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/shell/testcases/maps/dumps/vmap_timeout.nft b/tests/shell/testcases/maps/dumps/vmap_timeout.nft
index 7bbad87c..295971ab 100644
--- a/tests/shell/testcases/maps/dumps/vmap_timeout.nft
+++ b/tests/shell/testcases/maps/dumps/vmap_timeout.nft
@@ -14,7 +14,12 @@ table inet filter {
chain ssh_input {
}
+ chain log_and_drop {
+ drop
+ }
+
chain other_input {
+ goto log_and_drop
}
chain wan_input {