chiark / gitweb /
bash_completion: busctl - add support for --user mode
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 580e0a4bfa170dd4497cdcea4cd3d82de07a55c3..4ff69ff144fc41f876778f35aabdf2d8a5b9167d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -96,8 +96,6 @@ Features:
   on screen, not unlike how job control works on the shell
 
 * completions:
- - busctl zsh completion is outdated
- - systemd-nspawn -Z/-L/-q is missing for zsh
  - manager property enumeration was broken when systemd moved to /usr/lib/
 
 * cgroups:
@@ -654,18 +652,19 @@ Features:
      on Path= matching
 
 * sd-rtnl:
-   - add support for exiting containers without reading them fully first
    - add support for more attribute types
+   - inbuilt piping support (essentially degenerate async)? see loopback-setup.c and other places
+   - add support for multi-part messages (simply call the same callback repeatedly?)
 
 * networkd:
-   - make sure RTM_NEWLINK messages match both the ifname and kind when setting the ifindex of a netdev
+   - change from udev to rtnl being the main events we listen to devices on, udev will then simply
+     be used for synchronization
    - add more keys to [Route] and [Address] sections
    - add support for more DHCPv4 options (and, longer term, other kinds of dynamic config)
    - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline)
    - add reduced [Link] support to .network files
    - add IPv4LL tests (inspire by DHCP)
    - add Scope= parsing option for [Network]
-   - have smooth transition from LL to routable address, without disconnecting clients.
 
 * sd-network:
    - make sure ipv4ll and dhcp clients can handle changing mac addresses while running