[systemd-devel] [PATCH] sd-dhcp-lease: load/save client ID

2014-11-18 Thread Dan Williams
The lease is usually tied to the client ID, so users of the lease may want to know what client ID it was acquired with. --- src/libsystemd-network/dhcp-lease-internal.h | 5 +++ src/libsystemd-network/sd-dhcp-client.c | 16 src/libsystemd-network/sd-dhcp-lease.c | 58

Re: [systemd-devel] [PATCH] sd-dhcp-lease: load/save client ID

2014-11-18 Thread Tom Gundersen
Applied. Thanks! On Wed, Nov 19, 2014 at 12:13 AM, Dan Williams d...@redhat.com wrote: The lease is usually tied to the client ID, so users of the lease may want to know what client ID it was acquired with. --- src/libsystemd-network/dhcp-lease-internal.h | 5 +++