]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: add private options to lease struct
authorAlex Crawford <alex.crawford@coreos.com>
Sat, 1 Aug 2015 03:02:22 +0000 (20:02 -0700)
committerAlex Crawford <alex.crawford@coreos.com>
Wed, 5 Aug 2015 16:00:57 +0000 (09:00 -0700)
commit7e753d9d28ca93fe0e48fd3605ed7c3371736422
tree304f1ef1b5efabbee16a0c6f1900d2b794cd0e0f
parent85e22bfc3f9192d18f262c6978e926d74c6a6992
networkd: add private options to lease struct

This stores private-zone DHCP options inside of their respective DHCP
lease. These options aren't used by networkd (what would it do with
them?), but saving them will allow other programs to query the values.
To improve performance, the options are stored in ascending order by
tag.
src/libsystemd-network/dhcp-lease-internal.h
src/libsystemd-network/sd-dhcp-lease.c