11 ms·
I'm a Huge fan of Netplan, glad to see even more upstream improvements.
by rafaelturk 2y ago
I'm a Huge fan of Netplan, glad to see even more upstream improvements.
- kd913 2y agoWhat benefit does it offer over systemd-networkd?
- mwpmaybe 2y agoIt's a way to use systemd-networkd without having to write network and netdev unit files. You write YAML instead and it gets rendered to the aforementioned unit files. Some people will prefer that, and some people will hate that. :)
- klysm 2y agoI don’t hate it, but I don’t see that much use in the extra layer of abstraction. The docs aren’t that great either
- vetinari 2y agoIt is an abstraction layer over systemd-networkd (server) and NetworkManager (desktop). It is a self-inflicted problem where a solution is another layer of abstraction. Red Hat ships NetworkManager on server too, so they have unified configuration without another layer.