blob: 2de6ecb1fb4dbee6fa68c1095803a9dbc46fb2c0 (
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
|
<!-- include start from ipsec/local-address.xml.i -->
<leafNode name="local-address">
<properties>
<help>IPv4 or IPv6 address of a local interface to use for VPN</help>
<completionHelp>
<list>any</list>
</completionHelp>
<valueHelp>
<format>ipv4</format>
<description>IPv4 address of a local interface for VPN</description>
</valueHelp>
<valueHelp>
<format>ipv6</format>
<description>IPv6 address of a local interface for VPN</description>
</valueHelp>
<valueHelp>
<format>any</format>
<description>Allow any IPv4 address present on the system to be used for VPN</description>
</valueHelp>
<constraint>
<validator name="ipv4-address"/>
<validator name="ipv6-address"/>
<regex>^(any)$</regex>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|