summaryrefslogtreecommitdiff
path: root/src/libsystemd-dhcp/dhcp-lease.c
AgeCommit message (Collapse)Author
2014-02-07sd-dhcp-client: split sd_dhcp_lease from sd_dhcp_clientTom Gundersen
This allows us users of the library to keep copies of old leases. This is used by networkd to know what addresses to drop (if any) when the lease expires. In the future this may be used by DNAv4 and sd-dhcp-server.