make range allocation dynamic
authorSami Kerola <kerolasa@iki.fi>
Sun, 10 Apr 2011 17:12:29 +0000 (19:12 +0200)
committerSami Kerola <kerolasa@iki.fi>
Sun, 10 Apr 2011 17:12:29 +0000 (19:12 +0200)
commitb492802dfa7bf928bbafe74194ca4f154c70f743
treefa9287a710ee57f5706f6f60071ae84ad316859d
parentf6880ed5f48e1591007246760a64cfc33d5f1eb4
make range allocation dynamic

This is a test fix after commit

5cbe8d07fb23db630e76d18022f20368312720ec

to see what can be done. Truth is that not much. I could fix how
ranges are allocated, but the fact there is pointers to shared
networks and network names reallocating the memory spaces is not
really going to work. The only way to truly fix this issue is to
create better data structures. As you can expect that is a major
change, and will take some time to implement.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
src/defaults.h
src/dhcpd-pools.c
src/dhcpd-pools.h
src/getdata.c
src/other.c
src/sort.c