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 Michael.Felt
Recipients David.Edelsohn, Michael.Felt, italip, pitrou, serhiy.storchaka
Date 2019-02-15.07:41:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <ce44fec7-9096-87fd-8c0b-63f2fe5237c2@felt.demon.nl>
In-reply-to <1550185047.06.0.653372330925.issue28009@roundup.psfhosted.org>
Content
On 14/02/2019 23:57, Indra Talip wrote:
> Indra Talip <indra.talip@gmail.com> added the comment:
>
> The current code and proposed changes use 'netstat -ia' to find the node however if netstat needs to perform a reverse DNS query to resolve some interfaces this makes using uuid1 *really* slow especially when reverse DNS queries aren't set up correctly or timeout.
>    mac = _find_mac_netstat('netstat', '-ia', b'Address', lambda i: i)
>
> Would it be possible to change the netstat call to add 'n' to the nestat options, i.e. _find_mac_netstat('netstat', '-ian', ...) to prevent netstat from attempting to resolve addresses?
Sounds like an excellent idea. Gives me a reason to get started again. Thx!
> ----------
> nosy: +italip
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue28009>
> _______________________________________
>
History
Date User Action Args
2019-02-15 07:41:36Michael.Feltsetrecipients: + Michael.Felt, pitrou, serhiy.storchaka, David.Edelsohn, italip
2019-02-15 07:41:36Michael.Feltlinkissue28009 messages
2019-02-15 07:41:36Michael.Feltcreate