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