]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: use inet_ntop() rather than SD_NDISC_ADDRESS_FORMAT_VAL() when serializing
authorLennart Poettering <lennart@poettering.net>
Thu, 2 Jun 2016 18:35:13 +0000 (20:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 6 Jun 2016 17:59:09 +0000 (19:59 +0200)
commit1f152e4b41d730c7bbe23d8cbe45b7d342ba8c13
tree888818930313677f44c0b341d2eee2de2a94a4f1
parent34380032fb8bdfd801fbd43c03acfb7ac664d2bb
network: use inet_ntop() rather than SD_NDISC_ADDRESS_FORMAT_VAL() when serializing

Let's use the usual libc API for serializing IPv6 addresses, instead of the
NDISC-specific macro we should get rid of anyway.
src/libsystemd-network/network-internal.c