
27 May
2015
27 May
'15
11:21 a.m.
On 27-05-2015 13:19, Aline Manera wrote:
Hi Christy,
Your patch looks good.
I just have one suggestion. There is a python module name scapy that has some ARP methods. On Ubuntu the package is python-scapy. I am not sure it is available in all major Linux distribution, but I think we could take a look on it.
Or you could read the file /proc/net/arp. It's pretty much the same output of "arp -n" and it doesn't require new dependencies..