Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-19 | ethernet: T4538: fix wrong systemd unit used for EAPoL | Christian Poessinger | |
When MACsec was bound to an ethernet interface and the underlaying source-interface got changed (even description only) this terminated the MACsec session running on top of it. The root cause is when EAPoL was implemented in commit d59354e52a8a7f we re-used the same systemd unit which is responsible for MACsec. That indeed lead to the fact that wpa_supplicant was always stopped when anything happened on the underlaying source-interface that was not related to EAPoL. |