summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/26-rule-limit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xmlfiles/26-rule-limit.xml')
-rw-r--r--tests/xmlfiles/26-rule-limit.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/xmlfiles/26-rule-limit.xml b/tests/xmlfiles/26-rule-limit.xml
new file mode 100644
index 0000000..92a2bd9
--- /dev/null
+++ b/tests/xmlfiles/26-rule-limit.xml
@@ -0,0 +1,7 @@
+<rule family="ip" table="filter" chain="INPUT" handle="100" version="0">
+ <rule_flags>0</rule_flags>
+ <expr type="limit">
+ <rate>123123</rate>
+ <depth>321321</depth>
+ </expr>
+</rule>