Bug 784384

Summary: egd should use ip neigh instead of arp
Product: [Fedora] Fedora Reporter: Jiri Popelka <jpopelka>
Component: egdAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-25 16:25:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 687920    
Attachments:
Description Flags
patch none

Description Jiri Popelka 2012-01-24 18:13:44 UTC
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 ?

Comment 1 Jiri Popelka 2012-01-24 18:14:17 UTC
Created attachment 557280 [details]
patch

Comment 2 Tom "spot" Callaway 2012-01-25 16:25:53 UTC
egd-0.9-7.fc17 in rawhide has this patch applied (and the BR changed). Thanks!