Bug 784384 - egd should use ip neigh instead of arp
Summary: egd should use ip neigh instead of arp
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: egd
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 687920
TreeView+ depends on / blocked
 
Reported: 2012-01-24 18:13 UTC by Jiri Popelka
Modified: 2012-01-27 14:56 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-01-25 16:25:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch (291 bytes, patch)
2012-01-24 18:14 UTC, Jiri Popelka
no flags Details | Diff

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!


Note You need to log in before you can comment on or make changes to this bug.