summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-lcp-echo-interval-failure.xml.i
blob: cccf4b4f24ac2f5c8b1fcc995bc9a7f68f14a1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- included start from accel-lcp-echo-interval-failure.xml.i -->
<leafNode name="lcp-echo-interval">
  <properties>
    <help>LCP echo-requests/sec</help>
    <constraint>
      <validator name="numeric" argument="--positive"/>
    </constraint>
  </properties>
  <defaultValue>30</defaultValue>
</leafNode>
<leafNode name="lcp-echo-failure">
  <properties>
    <help>Maximum number of Echo-Requests may be sent without valid reply</help>
    <constraint>
      <validator name="numeric" argument="--positive"/>
    </constraint>
  </properties>
  <defaultValue>3</defaultValue>
</leafNode>
<!-- included end -->