dhcp: merge most of static_leases.c into dhcpd.c
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 3 Oct 2016 22:43:14 +0000 (00:43 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 3 Oct 2016 22:56:58 +0000 (00:56 +0200)
commitd2ae66cb3e5c79ffdbde553fa6cce64f9218e14d
tree2d1a84fe6968c657afca97a5b43bb5cc5ea5c966
parent2bf2931d526fbd3998b9ffe99cdbad5d5ea6d290
dhcp: merge most of static_leases.c into dhcpd.c

function                                             old     new   delta
read_staticlease                                     121     222    +101
add_static_lease                                      48       -     -48
log_static_leases                                     68       -     -68
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 1/0 up/down: 101/-116)          Total: -15 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/dhcpd.c
networking/udhcp/dhcpd.h
networking/udhcp/static_leases.c