SUMMARY
STEPS TO REPRODUCE
1. Start a Vyos ISO
2. Login
3. Run the following commands:
--
configure
show system console device ttyS0
OBSERVED RESULT
speed 9600
[edit]
EXPECTED RESULT
speed 115200
[edit]
SOFTWARE/OS VERSIONS
vyos-1.2.0-rolling+201905200337-amd64.iso
ADDITIONAL INFORMATION
There are two speed lines in the default configuration file:
grep speed /opt/vyatta/etc/config/config.boot
speed "115200"
speed "9600"
This seems to be caused by the "3-to4" migration script in vyatta-config-migrate setting the speed to 9600 inconditionally.