Hacker News new | ask | show | jobs
by Faaak 949 days ago
netplan can actually use systemd-networkd as a backend. It will just generate the unit files, and let systemd do the job.
2 comments

but what’s the point. It’s not that much work to create a unit file and configuration is always better in text form.

If netplan would be an api driven tool via dbus or other ipc‘s to drive an ui I would understand the need. But as cli tool?! It’s a little bit stupid

NetworkManager is that api driven tool, with cli frontend available too (nmcli); I don't get the need for netplan either.
What's the benefit over writing netplan vs networks unit files?
So that if you like to randomly switch your underlying network management tools, you can have something take what you have and generate semi-working configurations with hard to track down bugs.