This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author remi.lapeyre
Recipients lin.lin, pmoody, remi.lapeyre, xtreak
Date 2019-01-14.13:02:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547470925.91.0.380154302261.issue35734@roundup.psfhosted.org>
In-reply-to
Content
Still 255.254.128.0 is a valid subnet.

If I understand correctly, rfc1519 relate to how public ip addresses should be attributed. It does not cover what private subnets you use and you still can such submask (as long as you own the whole /16 for example).

rfc950 explicitly allow for such subnets:

> Since the bits that identify the subnet are specified by a bitmask, they need not be adjacent in the address. However, we recommend that the subnet bits be contiguous and located as the most significant bits of the local address.

and I've heard of them being used (hence the complications and the need for rfc1519 for the public address space).

I'm in favor of closing this issue in favor of issue27860.
History
Date User Action Args
2019-01-14 13:02:07remi.lapeyresetrecipients: + remi.lapeyre, pmoody, xtreak, lin.lin
2019-01-14 13:02:05remi.lapeyresetmessageid: <1547470925.91.0.380154302261.issue35734@roundup.psfhosted.org>
2019-01-14 13:02:05remi.lapeyrelinkissue35734 messages
2019-01-14 13:02:05remi.lapeyrecreate