libvirt/tests/nwfilterxml2xmlout/iter-test1.xml
Stefan Berger 0c42e1d9aa Add test cases for new ways to access variables in filters
This patch adds a couple of XML parser / schema validator test cases
for the new 'ways' to access variables via index or iterator.
2012-01-11 06:42:37 -05:00

7 lines
219 B
XML

<filter name='testcase' chain='root'>
<uuid>5c6d49af-b071-6127-b4ec-6f8ed4b55335</uuid>
<rule action='accept' direction='out' priority='500'>
<tcp srcipaddr='$A' dscp='2' srcportstart='$B'/>
</rule>
</filter>