summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/27-rule-limit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xmlfiles/27-rule-limit.xml')
-rw-r--r--tests/xmlfiles/27-rule-limit.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/tests/xmlfiles/27-rule-limit.xml b/tests/xmlfiles/27-rule-limit.xml
index 7fa6963..7596429 100644
--- a/tests/xmlfiles/27-rule-limit.xml
+++ b/tests/xmlfiles/27-rule-limit.xml
@@ -1,7 +1,11 @@
-<rule family="ip" table="filter" chain="INPUT" handle="100">
- <rule_flags>0</rule_flags>
- <expr type="limit">
- <rate>123123</rate>
- <depth>321321</depth>
- </expr>
+<rule>
+ <family>ip</family>
+ <table>filter</table>
+ <chain>INPUT</chain>
+ <handle>100</handle>
+ <rule_flags>0</rule_flags>
+ <expr type="limit">
+ <rate>123123</rate>
+ <depth>321321</depth>
+ </expr>
</rule>