EGD uses 'arp -a' output (probably just to gadher some entropy). arp is part of net-tools which has been deprecated for some time and we would like to eventually get rid of it. Would it be possible to use 'ip neigh' (equivalent of 'arp -a' from iproute package) instead of 'arp -a' (see attached patch) ? And also replace Requires: net-tools with Requires: iproute in spec file ?
Created attachment 557280 [details] patch
egd-0.9-7.fc17 in rawhide has this patch applied (and the BR changed). Thanks!