Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-16 | Use die function for failures | Stephen Hemminger | |
die prints to standard error, so any interface failures show up in error file during boot, rather than being lost in trace messages. | |||
2010-02-16 | Add syntax check for vif name where non-vif expected | Stephen Hemminger | |
Bug 5331 | |||
2009-12-23 | Handle default of auto | Stephen Hemminger | |
If device doesn't support speed/duplex, then speed = auto which is default is okay. | |||
2009-12-22 | Fix return of dhcp start client. | Stephen Hemminger | |
2009-12-21 | Don't allow setting speed/duplex if hardware doesn't support it | Stephen Hemminger | |
Bug 4994 If hardware does not have ethtool interface to allow setting speed/duplex, then do not allow user to commit change. | |||
2009-12-21 | Move interface support from vyatta-cfg to vyatta-cfg-system | Stephen Hemminger | |
All the other interface types are in vyatta-cfg-system, only loopback and ethernet were in vyatta-cfg |