summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/24-rule-ct.xml
blob: 38edb4d6f4ea82a4ceff92fa7e60a70f8024b808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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 -->