diff options
author | hagbard <vyosdev@derith.de> | 2019-04-18 15:24:01 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-04-18 15:24:01 -0700 |
commit | 87ddd50f55cd80873e295d66803ceb072de6fd74 (patch) | |
tree | 399097932bd935cb60d4e28b418ece49928377bd /interface-definitions | |
parent | d4556b31e920197e1c58febb8d87a1765bfea81f (diff) | |
download | vyos-1x-87ddd50f55cd80873e295d66803ceb072de6fd74.tar.gz vyos-1x-87ddd50f55cd80873e295d66803ceb072de6fd74.zip |
[pppoe-server] - typo corrected
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/pppoe-server.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/pppoe-server.xml b/interface-definitions/pppoe-server.xml index ffffe0302..993ea262f 100644 --- a/interface-definitions/pppoe-server.xml +++ b/interface-definitions/pppoe-server.xml @@ -67,7 +67,7 @@ <children> <leafNode name="upload"> <properties> - <help>Upload bandwidth limit in bits/sec</help> + <help>Upload bandwidth limit in kbits/sec</help> <constraint> <validator name="numeric" argument="--range 1-65535"/> </constraint> @@ -75,7 +75,7 @@ </leafNode> <leafNode name="download"> <properties> - <help>Download bandwidth limit in bits/sec</help> + <help>Download bandwidth limit in kbits/sec</help> <constraint> <validator name="numeric" argument="--range 1-65535"/> </constraint> |