Bug 682308 - [RFE]: move away of net-tools to iproute
Summary: [RFE]: move away of net-tools to iproute
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Lukáš Nykrýn
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 687920
TreeView+ depends on / blocked
 
Reported: 2011-03-04 20:00 UTC by Account closed by user
Modified: 2015-11-04 15:52 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-04 15:52:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Account closed by user 2011-03-04 20:00:13 UTC
Iproute is more powerful, and net-tools is deprecated since a long time. 

$ rpm -qR initscripts | grep net-tools
net-tools

Comment 1 Bill Nottingham 2012-03-12 14:39:35 UTC
Actually, check rawhide... it's a work in progress.

Comment 2 Bill Nottingham 2012-04-20 18:18:57 UTC
With latest initscripts in master, all uses of net-tools programs have been removed except for the following snippet of /etc/init.d/network:

        # Add non interface-specific static-routes.
        if [ -f /etc/sysconfig/static-routes ]; then
           grep "^any" /etc/sysconfig/static-routes | while read ignore args ; do
              /sbin/route add -$args
           done
        fi    

That obviously can't be ported away from /sbin/route. I will drop the package requirement in F18 and later, and add a warning to the script if this is executed without /sbin/route installed.

Comment 4 Jiri Popelka 2012-04-23 16:54:56 UTC
Good to know. Thank you !

Comment 5 Jiri Popelka 2012-04-23 16:59:13 UTC
Just a note:

net_log $"Legacy static-route support not available: route not found"
could be a little confusing I think. What about:
net_log $"Legacy static-route support not available: /sbin/route not found"
or
net_log $"Legacy static-route support not available: route command not found"

Comment 6 Fedora Admin XMLRPC Client 2013-09-04 14:51:00 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 7 Jiri Popelka 2015-11-04 15:52:48 UTC
Closing per comment #2.


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