summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/23-rule-counter.xml
blob: 0c56f4ab330b6b7caf3e074135509bb87cca30ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<rule>
	<family>ip6</family>
	<table>filter</table>
	<chain>test</chain>
	<handle>39</handle>
	<rule_flags>0</rule_flags>
	<expr type="counter">
		<pkts>3</pkts>
		<bytes>177</bytes>
	</expr>
</rule>
<!-- nft add rule ip6 filter test udp dport 53 counter accept -->