summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authoraapostoliuk <a.apostoliuk@vyos.io>2024-02-20 16:02:05 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-02-20 16:40:54 +0000
commitbd65e812ac955bb92eee89cae596daa56d8a5410 (patch)
tree23c7fd23b462a48bbe077fb2ff8f7c21261fd42c /interface-definitions
parent1e1dcaa0b1bc050ee8d00a385ff338a1b43addff (diff)
downloadvyos-1x-bd65e812ac955bb92eee89cae596daa56d8a5410.tar.gz
vyos-1x-bd65e812ac955bb92eee89cae596daa56d8a5410.zip
T6050: Fixed descriptions of 'extended-scripts' commands in accel-ppp
Removed word 'PPPoE' from descriptions in common template for all accel-ppp services. (cherry picked from commit 8e1793834bf453ff252f38ae5271f7f9bcea9bf9)
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/include/accel-ppp/extended-scripts.xml.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/include/accel-ppp/extended-scripts.xml.i b/interface-definitions/include/accel-ppp/extended-scripts.xml.i
index 4bba76e32..53ff6d591 100644
--- a/interface-definitions/include/accel-ppp/extended-scripts.xml.i
+++ b/interface-definitions/include/accel-ppp/extended-scripts.xml.i
@@ -6,7 +6,7 @@
<children>
<leafNode name="on-pre-up">
<properties>
- <help>Script to run before PPPoE session interface comes up</help>
+ <help>Script to run before session interface comes up</help>
<constraint>
<validator name="script"/>
</constraint>
@@ -14,7 +14,7 @@
</leafNode>
<leafNode name="on-up">
<properties>
- <help>Script to run when PPPoE session interface is completely configured and started</help>
+ <help>Script to run when session interface is completely configured and started</help>
<constraint>
<validator name="script"/>
</constraint>
@@ -22,7 +22,7 @@
</leafNode>
<leafNode name="on-down">
<properties>
- <help>Script to run when PPPoE session interface going to terminate</help>
+ <help>Script to run when session interface going to terminate</help>
<constraint>
<validator name="script"/>
</constraint>
@@ -30,7 +30,7 @@
</leafNode>
<leafNode name="on-change">
<properties>
- <help>Script to run when PPPoE session interface changed by RADIUS CoA handling</help>
+ <help>Script to run when session interface changed by RADIUS CoA handling</help>
<constraint>
<validator name="script"/>
</constraint>