summaryrefslogtreecommitdiff
path: root/interface-definitions/include/tunnel-local-remote-ip.xml.i
blob: f86e1dd8c6fb0df056705b1d329802625d903a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- included start from tunnel-local-remote-ip.xml.i -->
#include <include/source-address-ipv4-ipv6.xml.i>
<leafNode name="remote-ip">
  <properties>
    <help>Remote IP address for this tunnel</help>
    <valueHelp>
      <format>ipv4</format>
      <description>Remote IPv4 address for this tunnel</description>
    </valueHelp>
    <valueHelp>
      <format>ipv6</format>
      <description>Remote IPv6 address for this tunnel</description>
    </valueHelp>
    <constraint>
      <!-- does it need fixing/changing to be more restrictive ? -->
      <validator name="ip-address"/>
    </constraint>
  </properties>
</leafNode>