Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo development <gentoo-dev@l.g.o>
Subject: [gentoo-dev] rfc: openrc: use iproute2 for all network handling in linux
Date: Fri, 11 Nov 2011 21:54:23
Message-Id: 20111111215344.GA31226@linux1
1 Hi all,
2
3 http://bugs.gentoo.org/show_bug.cgi?id=389437
4
5 has prompted a discussion of whether or not we should use ifconfig in
6 openrc to configure networking on linux systems.
7
8 I'm not asking that we consider removing net-tools from systems, because
9 there are tools there that we still need. In my view though, two of
10 these tools (ifconfig and route), have been surpassed in functionality
11 by iproute2's ip tool. So, what I am considering doing is dropping the
12 ifconfig module from openrc and using iproute2 for all network
13 configuration on linux systems.
14
15 The other side of the discussion seems to be that openrc needs to work
16 on minimal installations, so we need to continue supporting using ifconfig.
17
18 I realize there would be a trade-off if I stop supporting linux's
19 ifconfig and route in openrc, but how much of a trade-off? Would the
20 benefits of iproute2 outweigh the down side of not supporting ifconfig
21 and route on linux?
22
23 What does everyone think?
24
25 William

Replies