Message335572
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? |
|
| Date |
User |
Action |
Args |
| 2019-02-14 22:57:27 | italip | set | recipients:
+ italip, pitrou, serhiy.storchaka, David.Edelsohn, Michael.Felt |
| 2019-02-14 22:57:27 | italip | set | messageid: <[email protected]> |
| 2019-02-14 22:57:27 | italip | link | issue28009 messages |
| 2019-02-14 22:57:26 | italip | create | |
|