You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be worth having a method like network.get_hostnames(cb), that returns a map Hostname <--> IP for the current active interface? (parsing the output of arp -a on unix).
The text was updated successfully, but these errors were encountered:
Yep, I'm wondering if it's worth creating a new module using ip n as fallback for arp -a.
Moreover the hostname is not guaranteed in the arp table. Most of the times you'll have a simply IP <-> Mac address bind.
It would be worth having a method like
network.get_hostnames(cb)
, that returns a mapHostname <--> IP
for the current active interface? (parsing the output ofarp -a
on unix).The text was updated successfully, but these errors were encountered: