Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-08 | import: T2242: remove all import * | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite EthernetIf.feature to use cmd | Thomas Mangin | |
2020-04-04 | ifconfig: T2205: silence ethtool harmless failures | Thomas Mangin | |
Not all interface are capable of all features. Since commands are now checked for valid completion, ethtool command failure must be ignored. | |||
2020-03-27 | ifconfig: T2158: never fail when setting flowcontrol | Thomas Mangin | |
the result of the commands used to setup the interface is now checked. flowcontrol can not always be set on all interfaces, and when/if it fails, it prevents the interace to come up. This is problematic as it may prevent the router to come up. Therefore flowcontrol must be allowed to fail gracefully/silently. | |||
2020-03-25 | Merge pull request #265 from thomas-mangin/2057-dhcp-vlan | Christian Poessinger | |
ifconfig: T2057: break down DHCP, add register, STP and VLAN as adapters | |||
2020-03-24 | ifconfig: T2158: xen_netfront does not support setting pause/speed | Nate Carlson | |
* Add xen_netfront to the list of interface types that will error reading pause via ethtool * Also disable for speed, as it doesn't make sense (although the driver doesn't error.) | |||
2020-03-24 | ifconfig: T2057: convert VLAN to adapter | Thomas Mangin | |
2020-03-24 | ifconfig: T2057: add class Register | Thomas Mangin | |
2020-03-23 | ifconfig: T2154: fixing failure to start-stop-daemon | Thomas Mangin | |
2020-03-22 | ifconfig: T2104: remove superfluous __init__ in derived classes | Christian Poessinger | |
__init__ should be added to a derived class only if it does work in the ctor. | |||
2020-03-06 | ifconfig: T2104: splt ifconfig.py into multiple files | Thomas Mangin | |