summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/0008split_tables_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/nft-f/0008split_tables_0')
-rwxr-xr-xtests/shell/testcases/nft-f/0008split_tables_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/nft-f/0008split_tables_0 b/tests/shell/testcases/nft-f/0008split_tables_0
index c4ca717f..2631aed4 100755
--- a/tests/shell/testcases/nft-f/0008split_tables_0
+++ b/tests/shell/testcases/nft-f/0008split_tables_0
@@ -5,7 +5,7 @@ set -e
RULESET="table inet filter {
chain ssh {
type filter hook input priority 0; policy accept;
- tcp dport ssh accept;
+ tcp dport 22 accept;
}
}