2019-11-24 20:25:09 +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/>
|
2019-11-23 08:17:35 +01:00
|
|
|
|
|
|
|
<variables>
|
2019-11-24 20:25:09 +01:00
|
|
|
<family name="general">
|
|
|
|
<variable name="mode_conteneur_actif" type="oui/non" description="No change">
|
2019-11-23 08:17:35 +01:00
|
|
|
<value>oui</value>
|
|
|
|
</variable>
|
2019-11-24 20:25:09 +01:00
|
|
|
<variable name="adresse_ip_eth0" type="local_ip" description="Adresse IP de la carte" mandatory="True" mode="basic"/>
|
|
|
|
<variable name="adresse_netmask_eth0" type="netmask" description="Masque de sous réseau de la carte" mandatory="True" mode="basic"/>
|
2019-11-23 08:17:35 +01:00
|
|
|
</family>
|
|
|
|
<separators/>
|
|
|
|
</variables>
|
|
|
|
|
|
|
|
<constraints>
|
|
|
|
<check name="valid_ipnetmask" target="adresse_netmask_eth0" level="warning">
|
2020-02-16 21:27:42 +01:00
|
|
|
<param type="variable">adresse_ip_eth0</param>
|
2019-11-23 08:17:35 +01:00
|
|
|
</check>
|
|
|
|
</constraints>
|
|
|
|
|
|
|
|
<help/>
|
|
|
|
|
2020-02-16 21:27:42 +01:00
|
|
|
</rougail>
|
2019-11-23 08:17:35 +01:00
|
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
|
|
-->
|