diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-20 17:39:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 17:39:07 +0100 |
commit | 89f1ac00262bb1e21e5e9228fc8948a1e4eb26e8 (patch) | |
tree | 7d724556654e28e09efa6e497bd617e99b02d443 | |
parent | de0669a15365f97ccf89b02c8223434e618a8ac4 (diff) | |
parent | 8e1793834bf453ff252f38ae5271f7f9bcea9bf9 (diff) | |
download | vyos-1x-89f1ac00262bb1e21e5e9228fc8948a1e4eb26e8.tar.gz vyos-1x-89f1ac00262bb1e21e5e9228fc8948a1e4eb26e8.zip |
Merge pull request #3033 from aapostoliuk/T6050-circinus
T6050: Fixed descriptions of 'extended-scripts' commands in accel-ppp
-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> |