update TODO

This commit is contained in:
Lennart Poettering 2014-08-14 16:36:25 +02:00
parent 6a41c9e288
commit 5dcf983854
1 changed files with 7 additions and 1 deletions

8
TODO
View File

@ -24,6 +24,9 @@ External:
Features: Features:
* systemd.show_status= should probably have a mode where only failed
units are shown.
* sd-event: - make it possible to embedd our event loop into foreign * sd-event: - make it possible to embedd our event loop into foreign
event loops by passing out the epoll fd and providing three functions event loops by passing out the epoll fd and providing three functions
that fit into GSource nicely. that fit into GSource nicely.
@ -46,7 +49,10 @@ Features:
http://lists.freedesktop.org/archives/systemd-devel/2014-July/021568.html http://lists.freedesktop.org/archives/systemd-devel/2014-July/021568.html
- .network setting that allows overriding of the hostname to send to the dhcp server - .network setting that allows overriding of the hostname to send to the dhcp server
http://lists.freedesktop.org/archives/systemd-devel/2014-July/021550.html http://lists.freedesktop.org/archives/systemd-devel/2014-July/021550.html
- add per-network Domains= settings - add per-network Domains= settings, with a special syntax Domains=*
for routing all non-otherwise routed traffic to this link
- add UseDomains= setting to [DHCP] to add dhcp supplied domains to
per-interface Domains= list.
- expose in the API the following bits: - expose in the API the following bits:
- option 15, domain name and/or option 119, search list - option 15, domain name and/or option 119, search list
- option 12, host name and/or option 81, fqdn - option 12, host name and/or option 81, fqdn