Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-25 | ifconfig: T2653: implement update() in derived classes for admin up/down | Christian Poessinger | |
Every derived class must implement update() to set the interfaces admin up/down state. This is required to prevend extensive link flaps when e.g. reconfiguring bond interfaces. | |||
2020-05-21 | macsec: T2023: use wpa_supplicant for key management | Christian Poessinger | |
2020-05-21 | macsec: T2023: add optional encryption command | Christian Poessinger | |
By default MACsec only authenticates traffic but has support for optional encryption. Encryption can now be enabled using: set interfaces macsec <interface> encrypt | |||
2020-05-21 | ifconfig: T2023: add initial MACsec abstraction | Christian Poessinger | |