Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-31 | ifconfig: T2057: centralise wireguard code | Thomas Mangin | |
Some left over wireguard code was left in the interface.py file. The code was moved into the wireguard.py file and the now empty interface.py file removed as no longer holdin any code. | |||
2020-03-28 | ifconfig: T2057: fix import for run show interfaces wireguard | Thomas Mangin | |
when ifconfig.py was broken down in multiple files an import was missed. This fixes this import | |||
2020-03-24 | ifconfig: T2057: add class Register | Thomas Mangin | |
2020-03-23 | T2125: Replacing all missing imports | kroy-the-rabbit | |
2020-03-23 | T2125: Fixing missing import | kroy-the-rabbit | |
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-16 | T2125: show interfaces wireguard wg0 error | hagbard | |
- That should probably move to it's own op command library as it is the onlt function print out specific information | |||
2020-03-06 | ifconfig: T2104: splt ifconfig.py into multiple files | Thomas Mangin | |