aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nwfilterxml2xmlout/example-1.xml')
-rw-r--r--tests/nwfilterxml2xmlout/example-1.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/nwfilterxml2xmlout/example-1.xml b/tests/nwfilterxml2xmlout/example-1.xml
new file mode 100644
index 000000000..dd0ef94d9
--- /dev/null
+++ b/tests/nwfilterxml2xmlout/example-1.xml
@@ -0,0 +1,15 @@
+<filter name='testcase' chain='root'>
+ <uuid>01a992d2-f8c8-7c27-f69b-ab0a9d377379</uuid>
+ <rule action='accept' direction='in' priority='100'>
+ <tcp dstportstart='22'/>
+ </rule>
+ <rule action='accept' direction='in' priority='200'>
+ <icmp/>
+ </rule>
+ <rule action='accept' direction='in' priority='300'>
+ <all/>
+ </rule>
+ <rule action='drop' direction='inout' priority='1000'>
+ <all/>
+ </rule>
+</filter>