Bug 784772 - nmbscan should use ip neigh instead of arp
Summary: nmbscan should use ip neigh instead of arp
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: nmbscan
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Mykola Ulianytskyi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 687920
TreeView+ depends on / blocked
 
Reported: 2012-01-26 08:05 UTC by Jiri Popelka
Modified: 2012-01-29 21:58 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-01-29 21:58:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch (639 bytes, patch)
2012-01-26 08:05 UTC, Jiri Popelka
no flags Details | Diff

Description Jiri Popelka 2012-01-26 08:05:55 UTC
Created attachment 557600 [details]
patch

NMBscan uses 'arp -n' for resolution of IP addresses into MAC address.

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 -n' from iproute
package) instead of 'arp -n' (see attached patch) ?

And also replace Requires:  net-tools
with Requires:  iproute
in spec file ?

Comment 1 Michal Ambroz 2012-01-27 20:48:08 UTC
Sounds reasonable, thanks for the patch.
I have added the patch to the package. Unfortunately koji has got some problems right now, so I am not able to rebuild package.

Comment 2 Michal Ambroz 2012-01-29 21:58:43 UTC
Done, 
patch added for F17.


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