assistant: Consume systemd-networkd dbus events to learn about changes to network connections, as was already done with network-manager and wicd. Thanks to Sebastian Reuße for the patches.

This commit is contained in:
Joey Hess 2015-06-02 12:54:20 -04:00
parent f66a343113
commit 00b094442e
2 changed files with 6 additions and 0 deletions

4
debian/changelog vendored
View file

@ -4,6 +4,10 @@ git-annex (5.20150529) UNRELEASED; urgency=medium
be parsable as strange keys.
* sync, remotedaemon: Pass configured ssh-options even when
annex.sshcaching is disabled.
* assistant: Consume systemd-networkd dbus events to learn about
changes to network connections, as was already done with
network-manager and wicd.
Thanks to Sebastian Reuße for the patches.
-- Joey Hess <id@joeyh.name> Sat, 30 May 2015 02:07:18 -0400

View file

@ -1,3 +1,5 @@
As of late, systemd-networkd supports a network monitor via dbus under “org.freedesktop.network1“. It would be convenient if the assistant supported this.
Cf. this [commit](http://cgit.freedesktop.org/systemd/systemd/commit/?id=e331e24649213f2e093e16e4d3d64ee823dfc375).
> patches! Awesome! merged [[done]] --[[Joey]]