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 skrah
Recipients ajaksu2, pitrou, skrah
Date 2010-04-08.09:48:05
SpamBayes Score 0.002027189
Marked as misclassified No
Message-id <1270720087.48.0.713638244226.issue3581@psf.upfronthosting.co.za>
In-reply-to
Content
According to http://standards.ieee.org/regauth/groupmac/tutorial.html ,
the assertions in check_node are weeding out perfectly valid addresses:

>>> node = 0x525400123456
>>> universal_local_bit = (node >> 40L) & 2
>>> universal_local_bit
2L

This just means that the address is locally administered, but valid.
Similarly, shouldn't an individual_group_bit of 1 should just mean multicast mode?


See also: Issue 7650
History
Date User Action Args
2010-04-08 09:48:07skrahsetrecipients: + skrah, pitrou, ajaksu2
2010-04-08 09:48:07skrahsetmessageid: <1270720087.48.0.713638244226.issue3581@psf.upfronthosting.co.za>
2010-04-08 09:48:06skrahlinkissue3581 messages
2010-04-08 09:48:05skrahcreate