summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/optionals/dumps')
-rw-r--r--tests/shell/testcases/optionals/dumps/comments_0.nft2
-rw-r--r--tests/shell/testcases/optionals/dumps/comments_handles_0.nft2
-rw-r--r--tests/shell/testcases/optionals/dumps/handles_0.nft2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/shell/testcases/optionals/dumps/comments_0.nft b/tests/shell/testcases/optionals/dumps/comments_0.nft
index 416a07e0..f47e0d51 100644
--- a/tests/shell/testcases/optionals/dumps/comments_0.nft
+++ b/tests/shell/testcases/optionals/dumps/comments_0.nft
@@ -1,5 +1,5 @@
table ip test {
chain test {
- tcp dport ssh counter packets 0 bytes 0 accept comment "test_comment"
+ tcp dport 22 counter packets 0 bytes 0 accept comment "test_comment"
}
}
diff --git a/tests/shell/testcases/optionals/dumps/comments_handles_0.nft b/tests/shell/testcases/optionals/dumps/comments_handles_0.nft
index 416a07e0..f47e0d51 100644
--- a/tests/shell/testcases/optionals/dumps/comments_handles_0.nft
+++ b/tests/shell/testcases/optionals/dumps/comments_handles_0.nft
@@ -1,5 +1,5 @@
table ip test {
chain test {
- tcp dport ssh counter packets 0 bytes 0 accept comment "test_comment"
+ tcp dport 22 counter packets 0 bytes 0 accept comment "test_comment"
}
}
diff --git a/tests/shell/testcases/optionals/dumps/handles_0.nft b/tests/shell/testcases/optionals/dumps/handles_0.nft
index eb0af811..085c6cf1 100644
--- a/tests/shell/testcases/optionals/dumps/handles_0.nft
+++ b/tests/shell/testcases/optionals/dumps/handles_0.nft
@@ -1,5 +1,5 @@
table ip test {
chain test {
- tcp dport ssh counter packets 0 bytes 0 accept
+ tcp dport 22 counter packets 0 bytes 0 accept
}
}