From: Sami Kerola Date: Sun, 10 Apr 2011 17:12:29 +0000 (+0200) Subject: make range allocation dynamic X-Git-Tag: v2.15~2 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=b492802dfa7bf928bbafe74194ca4f154c70f743;hp=b492802dfa7bf928bbafe74194ca4f154c70f743;p=debian%2Fdhcpd-pools.git 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 ---