summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases')
-rwxr-xr-xtests/shell/testcases/nft-f/0008split_tables_04
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shell/testcases/nft-f/0008split_tables_0 b/tests/shell/testcases/nft-f/0008split_tables_0
index 2bc6e46c..dd03545b 100755
--- a/tests/shell/testcases/nft-f/0008split_tables_0
+++ b/tests/shell/testcases/nft-f/0008split_tables_0
@@ -19,7 +19,7 @@ RULESET="table inet filter {
table inet filter {
chain input {
- type filter hook input priority 1; policy drop;
+ type filter hook input priority 1; policy accept;
}
}"
@@ -37,7 +37,7 @@ EXPECTED="table inet filter {
}
chain input {
- type filter hook input priority 1; policy drop;
+ type filter hook input priority 1; policy accept;
}
}"