Projet

Général

Profil

01_test.xml

Benjamin Bohard, 14/02/2017 16:33

Télécharger (1,18 ko)

 
1
<?xml version='1.0' encoding='utf-8'?>
2

    
3
<creole>
4
    <files>
5
        <service_access service='sshd-psin'>
6
            <port>8081</port>
7
            <tcpwrapper>test_restriction</tcpwrapper>
8
        </service_access>
9
        <service_restriction service='sshd-psin'>
10
            <ip interface='eth0' ip_type='SymLinkOption'>test_ip1</ip>
11
            <ip interface='eth0' ip_type='SymLinkOption'>test_ip2</ip>
12
            <ip interface='eth0' ip_type='SymLinkOption'>test_ip3</ip>
13
            <ip interface='eth0' ip_type='SymLinkOption'>test_ip4</ip>
14
        </service_restriction>
15
    </files>
16
    <variables>
17
        <family name='test restriction'>
18
            <variable name='test_ip1' type='ip' description="test ip 1">
19
                <value>192.168.0.1</value>
20
            </variable>
21
            <variable name='test_ip2' type='ip' description="test ip 2"/>
22
            <variable name='test_ip3' type='ip' description="test ip 3"/>
23
            <variable name='test_ip4' type='ip' description="test ip 4">
24
                <value>192.168.4.1</value>
25
            </variable>
26
        </family>
27
        <separators></separators>
28
    </variables>
29

    
30
    <constraints></constraints>
31
    <help></help>
32
</creole>