Ok thanks for the reply.
Not right now. I'd suggest writing SQL queries to handle that. The sql_ippool module should be able to do it, if the queries are updated.
I aim to use the module to manage IPv4 pool and IPv6 prefix pool. Do you think I should update the module or create another one? Actually, I'm pretty lost and I don't know where to start.
William DELORAINE wrote:
I aim to use the module to manage IPv4 pool and IPv6 prefix pool.
Do you think I should update the module or create another one?
You may be able to re-use the module, just with a different configuration.
Actually, I’m pretty lost and I don’t know where to start.
I'm not sure, either. I haven't done any investigation into the v6 world. Alan DeKok.
On 14 Jun 2013, at 14:05, Alan DeKok <aland@deployingradius.com> wrote:
William DELORAINE wrote:
I aim to use the module to manage IPv4 pool and IPv6 prefix pool.
Do you think I should update the module or create another one?
You may be able to re-use the module, just with a different configuration.
If you can't re-use the module and requires modifications because it makes assumptions about the size of addresses being allocated or pools, modify the existing module, don't create a new one. There's no reason why the code can't work for IPv4 and IPv6.
Actually, I’m pretty lost and I don’t know where to start.
I'm not sure, either. I haven't done any investigation into the v6 world.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
William DELORAINE