summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-gateway-address.xml.i
blob: c45c8b53299f8543e5f370c597e8dd1f14e2fae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- included start from accel-gateway-address.xml.i -->
<leafNode name="gateway-address">
  <properties>
    <help>Gateway IP address</help>
    <constraint>
      <validator name="ipv4-address"/>
    </constraint>
    <constraintErrorMessage>invalid IPv4 address</constraintErrorMessage>
    <valueHelp>
      <format>ipv4</format>
      <description>Default Gateway send to the client</description>
    </valueHelp>
  </properties>
</leafNode>
<!-- included end -->