summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-02-20 20:28:23 +0100
committerGitHub <noreply@github.com>2024-02-20 20:28:23 +0100
commitbb2bc7af02a665d5a46c372d338505addff5762b (patch)
tree23c7fd23b462a48bbe077fb2ff8f7c21261fd42c
parent1e1dcaa0b1bc050ee8d00a385ff338a1b43addff (diff)
parentbd65e812ac955bb92eee89cae596daa56d8a5410 (diff)
downloadvyos-1x-bb2bc7af02a665d5a46c372d338505addff5762b.tar.gz
vyos-1x-bb2bc7af02a665d5a46c372d338505addff5762b.zip
Merge pull request #3034 from vyos/mergify/bp/sagitta/pr-3033
T6050: Fixed descriptions of 'extended-scripts' commands in accel-ppp (backport #3033)
-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>