summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/33-rule-nat4.xml
blob: 1729b9fc5b2480cb298b4c3f7d536d353dbe5f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
<rule family="ip" table="filter" chain="INPUT" handle="100">
  <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>