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 barry
Recipients barry, serhiy.storchaka
Date 2017-11-21.20:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <8E98E5AD-D2B4-4E7B-9EF6-EAF48300A680@python.org>
In-reply-to <1511297244.45.0.213398074469.issue32107@psf.upfronthosting.co.za>
Content
On Nov 21, 2017, at 15:47, Serhiy Storchaka <report@bugs.python.org> wrote:

> If your fix is correct (and it looks correct to me), we should fix not only the test, but, first of all, the _*_getnode functions. Perhaps they should ignore locally administered MAC addresses and continue searching better variants or fall back to other method.

I think it does make sense to ignore locally administered MACs from _getnode() and friends.  E.g. there’s no use in returning the interface for the Touch Bar bridge :)

I don’t have time right now to elaborate on that, but I’ll work on improving the PR with that change.
History
Date User Action Args
2017-11-21 20:55:00barrysetrecipients: + barry, serhiy.storchaka
2017-11-21 20:55:00barrylinkissue32107 messages
2017-11-21 20:55:00barrycreate