On Fri, Apr 04, 2003 at 07:21:29PM +0200, Antonio-Blasco Bonito wrote:
> Dear all,
>
> after some testing we are going to use extensively FreeIPdb for our LIR
> activities.
> I have some simple questions:
> 1- How can I change the name of a region?
> 2- How can I delete a region (with no allocations in it)?
> 3- How can I give a priority to an allocation initially defined without
> it?
Bonito-
That's always good to hear :-)
I'll try to have simple answers.
1) To this point I don't think anyone has ever asked
for that feature. I'll put it on the list.
However if you need to change the name of a region
it is pretty easy to do via SQL.
UPDATE REGIONTABLE SET NAME='<new name>' WHERE ID=<id>;
(Feel free to contact me off-list if you need help)
2) The current version will offer the option to delete a region
that has no blocks in it. (Also an RA).
3) At the moment there is no change priority feature.
(I'll add it to the list.)
This is also pretty easy to do via SQL.
Hope that helps.
--
Our doubts are traitors,
And make us lose the good that we oft may win,
By fearing to attempt --William Shakespeare