rougail/tests/dictionaries/70container_servicerestriction/00-base.xml

21 lines
478 B
XML
Raw Normal View History

2019-11-23 08:17:35 +01:00
<?xml version="1.0" encoding="utf-8"?>
2020-02-16 21:27:42 +01:00
<rougail>
2019-11-23 08:17:35 +01:00
2020-02-14 17:59:39 +01:00
<services>
<service name='testsrv'>
<ip interface='eth0'>192.168.1.1</ip>
</service>
</services>
2019-11-23 08:17:35 +01:00
<variables>
<family name='général'>
<variable name='mode_conteneur_actif' type='oui/non' description="No change" hidden="True">
<value>oui</value>
</variable>
</family>
</variables>
2020-02-16 21:27:42 +01:00
</rougail>
2019-11-23 08:17:35 +01:00
<!-- vim: ts=4 sw=4 expandtab
-->