diff options
author | Kim <kim.sidney@gmail.com> | 2019-01-23 11:09:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 11:09:25 +0100 |
commit | 85dc32785d785eca5512ceec78b2058c0aaa6b67 (patch) | |
tree | 0850f28f40515c5127cc99d717378a62f995efde /templates/system/console/device | |
parent | 6eb6da4f7d7111d46b201e8670aa0f5684bb51e3 (diff) | |
download | vyatta-cfg-system-85dc32785d785eca5512ceec78b2058c0aaa6b67.tar.gz vyatta-cfg-system-85dc32785d785eca5512ceec78b2058c0aaa6b67.zip |
T980 and T969 update serial console baud on the fly
* update serial console baud on the fly
* Update help of console speed, a reboot is not required anymore
to set the correct baud rate.
Diffstat (limited to 'templates/system/console/device')
-rw-r--r-- | templates/system/console/device/node.tag/speed/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/console/device/node.tag/speed/node.def b/templates/system/console/device/node.tag/speed/node.def index 3a117301..6f270821 100644 --- a/templates/system/console/device/node.tag/speed/node.def +++ b/templates/system/console/device/node.tag/speed/node.def @@ -1,5 +1,5 @@ type: u32 -help: Console baud rate. New rate will take effect on reboot. +help: Console baud rate. allowed: echo 1200 2400 4800 9600 19200 38400 57600 115200 syntax:expression: $VAR(@) in 1200, 2400, 4800, 9600, 19200, 38400, \ 57600, 115200 ; "unknown baud rate" |