refactor
This commit is contained in:
@ -1,38 +1,23 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<creole>
|
||||
<rougail>
|
||||
<family name="services">
|
||||
<family name="service0" doc="ntp">
|
||||
<family doc="ports" name="ports">
|
||||
<family doc="port0" name="port0">
|
||||
<variable doc="" multi="False" name="name" type="port">
|
||||
<property>mandatory</property>
|
||||
<variable doc="name" multi="False" name="name" type="port">
|
||||
<property>hidden</property>
|
||||
<value>123</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="protocol" type="choice">
|
||||
<choice>tcp</choice>
|
||||
<choice>udp</choice>
|
||||
<property>mandatory</property>
|
||||
<variable doc="protocol" multi="False" name="protocol" type="string">
|
||||
<property>hidden</property>
|
||||
<value>udp</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="activate" type="boolean">
|
||||
<property>mandatory</property>
|
||||
<variable doc="activate" multi="False" name="activate" type="boolean">
|
||||
<property>hidden</property>
|
||||
<value>True</value>
|
||||
</variable>
|
||||
</family>
|
||||
</family>
|
||||
<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>
|
||||
</family>
|
||||
<property>basic</property>
|
||||
</family>
|
||||
</family>
|
||||
<family doc="" name="creole">
|
||||
@ -51,4 +36,4 @@
|
||||
</family>
|
||||
<separators/>
|
||||
</family>
|
||||
</creole>
|
||||
</rougail>
|
||||
|
Reference in New Issue
Block a user