]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
util: introduce safe_fclose() and port everything over to it
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 3a466ecc08718bc1267a0596c45a46b04ceac51e..4fdecebd0fa4fbb77e78d2cc4b37242f69721fd6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,6 +26,8 @@ External:
 
 Features:
 
+* sd-event: maybe add support for inotify events
+
 * PID 1 should send out sd_notify("WATCHDOG=1") messages (for usage in the --user mode, and when run via nspawn)
 
 * nspawn should send out sd_notify("WATCHDOG=1") messages
@@ -201,8 +203,6 @@ Features:
 
 * "machinectl list-images" should show os-release data, as well as machine-info data (including deployment level)
 
-* nspawn: when start a container "foobar" look for its configuration in a file "foobar.nspawn" in /etc/systemd/nspawn/ as well as next to the actualy directory or image to boot
-
 * Port various tools to make use of verbs.[ch], where applicable
 
 * "machinectl history"
@@ -312,8 +312,6 @@ Features:
   (throughout the codebase, not only PID1)
 
 * networkd:
-  - make DHCP server IP range configurable, including only with a single IP address
-  - dhcp server: try to assign stable IP addresses based on client's MAC address
   - add LLDP client side support
   - the DHCP lease data (such as NTP/DNS) is still made available when
     a carrier is lost on a link. It should be removed instantly.
@@ -328,6 +326,7 @@ Features:
     support Name=foo*|bar*|baz ?
   - duplicate address check for static IPs (like ARPCHECK in network-scripts)
   - allow DUID/IAID to be customized, see issue #394.
+  - support configuration option for TSO (tcp segmentation offload)
   - networkd: whenever uplink info changes, make DHCP server send out FORCERENEW
 
 * resolved: