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, 1 insertions, 12 deletions
diff --git a/tests/xmlfiles/24-rule-ct.xml b/tests/xmlfiles/24-rule-ct.xml
index 38edb4d..78c963f 100644
--- a/tests/xmlfiles/24-rule-ct.xml
+++ b/tests/xmlfiles/24-rule-ct.xml
@@ -1,13 +1,2 @@
-<rule>
- <family>ip</family>
- <table>filter</table>
- <chain>INPUT</chain>
- <handle>100</handle>
- <flags>0</flags>
- <expr type="ct">
- <dreg>1</dreg>
- <key>state</key>
- <dir>0</dir>
- </expr>
-</rule>
+<rule><family>ip</family><table>filter</table><chain>INPUT</chain><handle>100</handle><flags>0</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 -->