2021-02-17 09:52:17 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2021-02-18 18:57:50 +01:00
|
|
|
<rougail version="0.9">
|
2021-02-17 09:52:17 +01:00
|
|
|
|
|
|
|
<services>
|
|
|
|
<service name='ntp'>
|
|
|
|
<port protocol='udp' port_type="variable">my_variable</port>
|
|
|
|
<port protocol='tcp' port_type="variable">my_variable</port>
|
|
|
|
</service>
|
|
|
|
</services>
|
|
|
|
|
|
|
|
<variables>
|
|
|
|
<variable name='my_variable' type='string'>
|
|
|
|
<value>123</value>
|
|
|
|
</variable>
|
|
|
|
</variables>
|
|
|
|
</rougail>
|
|
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
|
|
-->
|