summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-ppp/extended-scripts.xml.i
blob: 4bba76e32a6073340a1a5962c7af79b5c79faa8b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!-- include start from accel-ppp/extended-scripts.xml.i -->
<node name="extended-scripts">
  <properties>
    <help>Extended script execution</help>
  </properties>
  <children>
    <leafNode name="on-pre-up">
      <properties>
        <help>Script to run before PPPoE session interface comes up</help>
          <constraint>
            <validator name="script"/>
          </constraint>
      </properties>
    </leafNode>
    <leafNode name="on-up">
      <properties>
        <help>Script to run when PPPoE session interface is completely configured and started</help>
          <constraint>
            <validator name="script"/>
          </constraint>
      </properties>
    </leafNode>
    <leafNode name="on-down">
      <properties>
        <help>Script to run when PPPoE session interface going to terminate</help>
          <constraint>
            <validator name="script"/>
          </constraint>
      </properties>
    </leafNode>
    <leafNode name="on-change">
      <properties>
        <help>Script to run when PPPoE session interface changed by RADIUS CoA handling</help>
          <constraint>
            <validator name="script"/>
          </constraint>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->