summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/27-rule-limit.xml
blob: aa6d60780d50d26d9e3b4cc2249eb1295c2b9e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
<rule>
	<family>ip</family>
	<table>filter</table>
	<chain>INPUT</chain>
	<handle>100</handle>
	<flags>0</flags>
	<expr type="limit">
		<rate>123123</rate>
		<depth>321321</depth>
	</expr>
</rule>