]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd-network/dhcp6-internal.h
sd-dhcp6-client: Add DHCPv6 IAID functionality
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 19 Jun 2014 12:39:08 +0000 (15:39 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 19 Jun 2014 12:44:43 +0000 (15:44 +0300)
commitf12abb48fc510b8b349c05e35ba048134debaf25
treeb272cc2b0174ec6790ca68721548b742921b12ca
parentfc5414305d04799e0bdb6f8ca46ec70acd487f89
sd-dhcp6-client: Add DHCPv6 IAID functionality

Create structures describing Identity Association IDentifiers and
IPv6 lease addresses.

[tomegun: initialize the IAID when client is started. Base this off of the
predictable udev names, if available, as these satisfy the requirement of
the IAID, and base it off the mac addres otherwise, as that is the best we
have.]
src/libsystemd-network/dhcp6-internal.h
src/libsystemd-network/sd-dhcp6-client.c