diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2024-02-20 16:02:05 +0200 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2024-02-20 16:02:05 +0200 |
commit | 8e1793834bf453ff252f38ae5271f7f9bcea9bf9 (patch) | |
tree | 7d724556654e28e09efa6e497bd617e99b02d443 /interface-definitions/include | |
parent | de0669a15365f97ccf89b02c8223434e618a8ac4 (diff) | |
download | vyos-1x-8e1793834bf453ff252f38ae5271f7f9bcea9bf9.tar.gz vyos-1x-8e1793834bf453ff252f38ae5271f7f9bcea9bf9.zip |
T6050: Fixed descriptions of 'extended-scripts' commands in accel-ppp
Removed word 'PPPoE' from descriptions in common template for all
accel-ppp services.
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/accel-ppp/extended-scripts.xml.i | 8 |
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> |