Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-24 | vyatta-cfg-system: remove default speed value for console access | Alex Harpin | |
Remove the default value for the console speed node as this is already set by the system. Update the help text to display the defaults for both serial and Xen consoles. | |||
2014-07-25 | Add Freescale i.MX serial device | UnicronNL | |
2012-06-13 | Fix help on for USB serial console | Stephen Hemminger | |
2012-06-12 | Allow USB serial console | Stephen Hemminger | |
Bug 7724 related. | |||
2012-03-01 | bug fix for 7489 - Added warning message on delete system console | Deepti Kulkarni | |
2011-05-06 | Update help for console speed | Stephen Hemminger | |
Bug 7024 | |||
2011-03-15 | match console type only once. | Robert Bays | |
2011-03-15 | updated fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2011-03-15 | fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2010-12-02 | Block accidental use of virtual consoles | Stephen Hemminger | |
The devices tty1 ... are virtual consoles and should not be configured through the CLI. | |||
2010-12-02 | Allow configuring console speed etc | Stephen Hemminger | |
Bug 3849, 2289, 4126 Adds configuration of serial console: set system console { device ttyS0 { speed 19200 } device ttyACM0 { speed 57600 type modem } } This covers the cases of deleting serial console, changing speed, and allowing modem console devices | |||
2010-10-15 | Add ability to run modem getty | Stephen Hemminger | |
For some dial in lines, need HAYES modem support. | |||
2010-10-14 | Change syntax for console config | Stephen Hemminger | |
Use: system console device ttyS1 speed 115200 To allow top level node to be one transaction with one update |