libvirt/tests/nwfilterxml2xmlin/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
206 B
XML

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