summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/21-rule-byteorder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xmlfiles/21-rule-byteorder.xml')
-rw-r--r--tests/xmlfiles/21-rule-byteorder.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/xmlfiles/21-rule-byteorder.xml b/tests/xmlfiles/21-rule-byteorder.xml
new file mode 100644
index 0000000..44f9b78
--- /dev/null
+++ b/tests/xmlfiles/21-rule-byteorder.xml
@@ -0,0 +1,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>