blob: 91decba3ce22ead008e09d74455df99d52a3d8e8 (
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
|
<!-- include start from ipsec/remote-address.xml.i -->
<leafNode name="remote-address">
<properties>
<help>IPv4 or IPv6 address of the remote peer</help>
<valueHelp>
<format>ipv4</format>
<description>IPv4 address of the remote peer</description>
</valueHelp>
<valueHelp>
<format>ipv6</format>
<description>IPv6 address of the remote peer</description>
</valueHelp>
<valueHelp>
<format>hostname</format>
<description>Fully qualified domain name of the remote peer</description>
</valueHelp>
<valueHelp>
<format>any</format>
<description>Allow any IP address of the remote peer</description>
</valueHelp>
<constraint>
<validator name="ip-address"/>
<validator name="fqdn"/>
<regex>(any)</regex>
</constraint>
<multi/>
</properties>
</leafNode>
<!-- include end -->
|