32 lines
927 B
XML
32 lines
927 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<creole>
|
|
|
|
<services>
|
|
<service name='test'>
|
|
<interface linkto="eth1" ip="adresse_ip_eth1" mask="adresse_mask_eth1" bcast="adresse_bcast_eth1">eth1</interface>
|
|
</service>
|
|
</services>
|
|
|
|
|
|
<variables>
|
|
<family name='général'>
|
|
<variable name='mode_conteneur_actif' type='oui/non' description="No change" hidden="True">
|
|
<value>oui</value>
|
|
</variable>
|
|
<variable name='adresse_ip_eth1' type='ip' description="No change" hidden="True"/>
|
|
<variable name='adresse_mask_eth1' type='netmask' description="No change" hidden="True"/>
|
|
<variable name='adresse_bcast_eth1' type='broadcast' description="No change" hidden="True"/>
|
|
</family>
|
|
<separators/>
|
|
</variables>
|
|
|
|
<constraints>
|
|
</constraints>
|
|
|
|
<help/>
|
|
|
|
</creole>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|