Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network: suggest using "networkctl edit" instead of copying manually | Mike Yuan | 2024-04-23 | 1 | -6/+1 |
| | |||||
* | network: fix Name= -> OriginalName= in the default .link files | Yu Watanabe | 2024-01-11 | 1 | -1/+1 |
| | | | | Follow-up for 658169e6d307b5b1aea0d82b4a6430fa9d529c68. | ||||
* | network: take explicit ownership of our own interfaces | Lennart Poettering | 2024-01-10 | 1 | -0/+23 |
This is a follow-up for #30786 and uses it to assign ID_NET_MANAGED_BY=io.systemd.Network to all all network interfaces that we consider ours to manage. This should hopefully have the effect that other well-behaving managers won't fight for these devices. This doesn't bother with network interfaces we match inside containers, since udev is not available there anyway. |