Opened 14 years ago

Last modified 14 years ago

#6 new enhancement

Allow contiguous-IP "subnets" to be allocated from static DSL pools

Reported by: Kris Deugau Owned by:
Priority: minor Milestone:
Version: Keywords:
Cc:

Description

There's a hack in the code to deal with a legacy setup that has inherited this as a fact; let's regularize and support it so allocation/deallocation of these things works a bit better.

Change History (3)

comment:1 by Kris Deugau, 14 years ago

(In [404]) /trunk

Merge "temporary" fix-up-the-IP-pool deallocation hack. See #13.

This will be regularized and integrated down the road since it's
likely that legacy data may show the same constructs, and there
are probably advantages to *creating* similar allocations new.

See #6.

comment:2 by Kris Deugau, 14 years ago

A bit of thought shows this is likely a subset of #5. It may be useful to develop this case, then generalize it.

comment:3 by Kris Deugau, 14 years ago

(In [429]) /trunk

Generalize deallocation of netblocks within a static-IP pool. Still
needs to be tweaked to correctly handle non-PPP pools. (PPP only
requires that .0 and .255 not be handed out, no matter what the CIDR
boundaries; standard netblocks have a network number, gateway, and
broadcast IP that can't be used on any size block.) See #6.

Note: See TracTickets for help on using tickets.