chiark / gitweb /
networkd: .network - rename LinkLocal to LinkLocalAddressing
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 0daddbf4960a71bb2563356c9f938a589678fb2b..01c0c23dc54ef9c0ae6e90c06e07a7e779617397 100644 (file)
--- a/TODO
+++ b/TODO
@@ -36,10 +36,10 @@ Before 219:
 
 * revert Kay's revert orgies
 
-* networkd's match bus properties should be "as" instead of "s"
-
 Features:
 
+* assign MESSAGE_ID to log messages about failed services
+
 * coredump: make the handler check /proc/$PID/rlimits for RLIMIT_CORE,
   and supress coredump if turned off. Then change RLIMIT_CORE to
   infinity by default for all services. This then allows per-service
@@ -726,6 +726,7 @@ Features:
   - kill scsi_id
   - add trigger --subsystem-match=usb/usb_device device
   - reimport udev db after MOVE events for devices without dev_t
+  - don't keep stale db in case event processing fails (also notify userspace about the failure)
 
 * when a service has the same env var set twice we actually store it twice and return that in systemctl show -p... We should only show the last setting