summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorhagbard <vyosdev@derith.de>2019-04-18 15:24:01 -0700
committerJohn Estabrook <jestabro@sentrium.io>2020-01-16 11:40:29 -0600
commitc7ff494723846e87928393832f576881316eef9f (patch)
tree250f8caa0ffeeb59f9f5de2b4e4cffcc68955e84 /interface-definitions
parent99ebe3e0c2bf362f9746361b922574b2e3c5eb9f (diff)
downloadvyos-1x-c7ff494723846e87928393832f576881316eef9f.tar.gz
vyos-1x-c7ff494723846e87928393832f576881316eef9f.zip
[pppoe-server] - typo corrected
(cherry picked from commit 87ddd50f55cd80873e295d66803ceb072de6fd74)
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/pppoe-server.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/pppoe-server.xml b/interface-definitions/pppoe-server.xml
index 4cbfce8c0..212688d8c 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>