From: Tom Gundersen Date: Wed, 23 Jul 2014 21:03:50 +0000 (+0200) Subject: sd-network: expose DNS/NTP servers as strings X-Git-Tag: v216~445 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6f4dedb250f2d607eceefaa491f338becbeee7c0;hp=6f4dedb250f2d607eceefaa491f338becbeee7c0;p=elogind.git sd-network: expose DNS/NTP servers as strings This avoids having to distinguish between IPv4 and IPv6, allowing us to keep their internal orderings. The consumers now has to turn the strings into addresses. ---