summaryrefslogtreecommitdiff
path: root/interface-definitions/include/allow-client.xml.i
blob: 03a0b3ff869445d2ef8c35c0fc0b5bbf0ee176b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
              <node name="allow-client">
                <properties>
                  <help>Restrict to allowed IP client addresses</help>
                </properties>
                <children>
                  <leafNode name="address">
                    <properties>
                      <help>Allowed IP client addresses</help>
                      <valueHelp>
                        <format>ipv4</format>
                        <description>IPv4 address</description>
                      </valueHelp>
                      <valueHelp>
                        <format>ipv6</format>
                        <description>IPv6 address</description>
                      </valueHelp>
                      <valueHelp>
                        <format>ipv4net</format>
                        <description>IPv4 address and prefix length</description>
                      </valueHelp>
                      <valueHelp>
                        <format>ipv6net</format>
                        <description>IPv6 address and prefix length</description>
                      </valueHelp>
                      <constraint>
                        <validator name="ip-address"/>
                        <validator name="ip-cidr"/>
                      </constraint>
                      <multi/>
                    </properties>
                  </leafNode>
                </children>
              </node>