summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/24-rule-ct.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xmlfiles/24-rule-ct.xml')
-rw-r--r--tests/xmlfiles/24-rule-ct.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/xmlfiles/24-rule-ct.xml b/tests/xmlfiles/24-rule-ct.xml
index 6bcd149..01dd68a 100644
--- a/tests/xmlfiles/24-rule-ct.xml
+++ b/tests/xmlfiles/24-rule-ct.xml
@@ -1,8 +1,9 @@
<rule family="ip" table="filter" chain="INPUT" handle="100" version="0">
- <rule_flags>0</rule_flags>
- <expr type="ct">
- <dreg>4</dreg>
- <dir>1</dir>
- <key>state</key>
- </expr>
+ <rule_flags>0</rule_flags>
+ <expr type="ct">
+ <dreg>1</dreg>
+ <key>state</key>
+ <dir>0</dir>
+ </expr>
</rule>
+<!-- nft add rule filter input ct state new,established accept -->