summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-09-15 14:49:36 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-09-15 16:45:03 +0200
commitd0e5db44d9e1cf61ca75c8a86ffed19cc1b7fe5f (patch)
tree21dd169d330910aba9eb5aa7921ef78b2e2a21c0 /TODO
parente6e691aebf6d9eaf26657675b49beb8dc81f74d7 (diff)
downloadsystemd-d0e5db44d9e1cf61ca75c8a86ffed19cc1b7fe5f.tar.gz
sd-bus: allow localhost addresses
By settings AI_ADDRCONFIG in hints we cannot for example resolve "localhost" when the local machine only has a loopback interface. This seems like an unnecessary restriction, drop it. Inspired by https://bugzilla.redhat.com/show_bug.cgi?id=1839007.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 69c05d3d38..76cc74f340 100644
--- a/TODO
+++ b/TODO
@@ -561,6 +561,9 @@ Features:
* sd-bus: add vtable flag, that may be used to request client creds implicitly
and asynchronously before dispatching the operation
+* sd-bus: parse addresses given in sd_bus_set_addresses immediately and not
+ only when used. Add unit tests.
+
* make use of ethtool veth peer info in machined, for automatically finding out
host-side interface pointing to the container.