26 lines
700 B
XML
26 lines
700 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<rougail>
|
|
|
|
<services>
|
|
<service name='ntp'>
|
|
<port protocol='udp' port_type="variable" portlist="example">my_variable</port>
|
|
<port protocol='tcp' port_type="variable" portlist="example">my_variable</port>
|
|
</service>
|
|
</services>
|
|
|
|
<variables>
|
|
<variable name='my_variable' type='port'>
|
|
<value>123</value>
|
|
</variable>
|
|
</variables>
|
|
<constraints>
|
|
<condition name="disabled_if_in" source="my_variable">
|
|
<param type='nil'/>
|
|
<target type="portlist">example</target>
|
|
</condition>
|
|
</constraints>
|
|
</rougail>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|