simplify and creole => rougail
This commit is contained in:
@ -5,14 +5,17 @@
|
||||
<family doc="ports" name="ports">
|
||||
<family doc="port0" name="port0">
|
||||
<variable doc="" multi="False" name="name" type="port">
|
||||
<property>mandatory</property>
|
||||
<value>123</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="protocol" type="choice">
|
||||
<choice>tcp</choice>
|
||||
<choice>udp</choice>
|
||||
<property>mandatory</property>
|
||||
<value>udp</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="activate" type="boolean">
|
||||
<property>mandatory</property>
|
||||
<value>True</value>
|
||||
</variable>
|
||||
</family>
|
||||
@ -20,9 +23,11 @@
|
||||
<family doc="tcpwrappers" name="tcpwrappers">
|
||||
<family doc="tcpwrapper0" name="tcpwrapper0">
|
||||
<variable doc="" multi="False" name="name" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>ntpd</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="activate" type="boolean">
|
||||
<property>mandatory</property>
|
||||
<value>True</value>
|
||||
</variable>
|
||||
</family>
|
||||
|
Reference in New Issue
Block a user