summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/33-rule-nat4.xml
blob: 05933aff40b4c4e504983592b41572c1bdb17296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<rule>
	<family>ip</family>
	<table>filter</table>
	<chain>INPUT</chain>
	<handle>100</handle>
	<rule_flags>0</rule_flags>
	<expr type="nat">
		<sreg_addr_min>1</sreg_addr_min>
		<sreg_addr_max>2</sreg_addr_max>
		<sreg_proto_min>3</sreg_proto_min>
		<sreg_proto_max>4</sreg_proto_max>
		<family>ip</family>
		<nat_type>dnat</nat_type>
	</expr>
</rule>