summaryrefslogtreecommitdiffstats
path: root/network/80-vm-vt.link (follow)
Commit message (Collapse)AuthorAgeFilesLines
* network: suggest using "networkctl edit" instead of copying manuallyMike Yuan2024-04-231-6/+1
|
* network: fix Name= -> OriginalName= in the default .link filesYu Watanabe2024-01-111-1/+1
| | | | Follow-up for 658169e6d307b5b1aea0d82b4a6430fa9d529c68.
* network: take explicit ownership of our own interfacesLennart Poettering2024-01-101-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.