summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/21-rule-byteorder.xml
blob: 44f9b784fc9123c4a5fbdd16a032b7ba7ae12c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<rule family="ip" table="test" chain="test" handle="1000" version="0">
  <rule_flags>123</rule_flags>
  <compat_flags>123</compat_flags>
  <compat_proto>123</compat_proto>
  <expr type="byteorder">
	<sreg>3</sreg>
	<dreg>4</dreg>
	<op>hton</op>
	<len>4</len>
	<size>4</size>
  </expr>
</rule>