aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-02 12:54:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-02 12:54:20 -0400
commit908589bf15600f99b30bea5fcd65171c1e12f518 (patch)
tree3e19833e43628f5901c16daad6939e7a0b742730
parent38d9ca99e8f63bdc8fd78e4676f5d696bd131911 (diff)
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.
-rw-r--r--debian/changelog4
-rw-r--r--doc/todo/Support_dbus_monitor_for_networkd.mdwn2
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5eca5e0dc..a5fd44aab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/todo/Support_dbus_monitor_for_networkd.mdwn b/doc/todo/Support_dbus_monitor_for_networkd.mdwn
index aa7cd69d2..c2936dc51 100644
--- a/doc/todo/Support_dbus_monitor_for_networkd.mdwn
+++ b/doc/todo/Support_dbus_monitor_for_networkd.mdwn
@@ -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]]