Hello
Here (http://cockpit-project.org/guide/latest/feature-networkmanager.html) it is said Cockpit uses D-Bus API offered by NetworkManager to interact with system's network configuration.
Could it be possible that Cockpit had the same behavior but running on systemd-networkd service (that is to say: could it recognize and manage .netdev/.network/.link files?)
Thanks!
PD: I don't know if systemd-networkd offers a D-Bus API like NetworkManager does. Sorry if this issue is a silliness, then.
This would be nice, originally I removed NetworkManager from all my servers and I only had to add it again as of cockpit, but my network is still managed by systemd-networkd.
I've put a Feature Request on Systemd GitHub: https://github.com/systemd/systemd/issues/7593
Marking as blocked, until networkd gets an API (D-Bus or varlink or similar).
some network functionality has been exposed to D-Bus see:
https://github.com/systemd/systemd/blob/v243-rc1/src/network/org.freedesktop.network1.policy
The implemented features are mostly dns settings:
Regarding to this...do you think this list of currently implemented systemd-networkd's items is enough for using it as a viable Cockpit's backend: https://github.com/systemd/systemd/issues/7593#issuecomment-713131716 ?
Thanks a lot
Most helpful comment
Marking as blocked, until networkd gets an API (D-Bus or varlink or similar).