Comment 2 for bug 438565

Revision history for this message
Daniel Nurmi (nurmi) wrote :

We will be adding the ability for the CC to accept ranges of IPs, using only the last octet of the IPs, in a near commit of Eucalyptus. All octets must obviously be between 0 and 255 inclusive. The following will be accepted:

A.B.C.D-A.B.C.E

where D <= E. Multiple ranges can be specified:

A.B.C.D-A.B.C.E V.W.X.Y-V.W.X.Z

where D <= E and Y <= Z.

examples of ranges that will not work:

A.B.C.D-A.B.C.E

where D > E.

A.B.X.D-A.B.Y.E

(only last octet can be used).

If this plan changes during implementation, i'll post a comment here.