Re: [OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-11 Thread Bastian Bittorf
* Felix Fietkau [11.09.2013 21:51]: > > a quick 'git grep' show usage of 'ifconfig' in preinit-scripts and > > '/lib/wifi/hostap.sh' + /lib/wifi/mac80211.sh (see appendix), but all > > of them can be converted. > I don't think they should be converted, I think uses of ip/ifconfig in > scripts shou

Re: [OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-11 Thread Felix Fietkau
On 2013-09-10 9:53 AM, Bastian Bittorf wrote: > * Luis R. Rodriguez [10.09.2013 09:32]: >> On Fri, Sep 6, 2013 at 12:39 PM, Luis R. Rodriguez >> wrote: >> > From: "Luis R. Rodriguez" >> > >> > iw is to iwconfig as >> > ip is to ifconfig >> > >> > As with iwconfig, ifconfig is deprecated, promote

Re: [OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-11 Thread Luiz Angelo Daros de Luca
Someday the "ip" conversion must be dealt with. First, I could not find all functions of netstat in ip command. Am I missing something? So, I guess it might be kept or replaced by another command (like ss). As you guys know more than me, I'll consider ip can do whatever netstat does. If we drop "

Re: [OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-10 Thread Bastian Bittorf
* Patrick [11.09.2013 07:57]: > > so we add ~80k to a standard built. i'am ok with this, because we > > also add a lot of features and possibilities which are simply not > > possible with ifconfig/route/netstat. > I think you must compare busybox with ip, ifconfig, netstat and route. i did exactl

Re: [OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-10 Thread Patrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Am 10.09.13 09:53, schrieb Bastian Bittorf: > * Luis R. Rodriguez [10.09.2013 09:32]: >> On Fri, Sep 6, 2013 at 12:39 PM, Luis R. Rodriguez >> wrote: >>> From: "Luis R. Rodriguez" >>> >>> iw is to iwconfig as ip is to ifconfig >>> >>> As with

Re: [OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-10 Thread Bastian Bittorf
* Luis R. Rodriguez [10.09.2013 09:32]: > On Fri, Sep 6, 2013 at 12:39 PM, Luis R. Rodriguez > wrote: > > From: "Luis R. Rodriguez" > > > > iw is to iwconfig as > > ip is to ifconfig > > > > As with iwconfig, ifconfig is deprecated, promote usage of ip > > using netlink. > > > > Signed-off-by: L

Re: [OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-09 Thread Luis R. Rodriguez
On Fri, Sep 6, 2013 at 12:39 PM, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > iw is to iwconfig as > ip is to ifconfig > > As with iwconfig, ifconfig is deprecated, promote usage of ip > using netlink. > > Signed-off-by: Luis R. Rodriguez Actually perhaps its best to enable iproute2

[OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-06 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" iw is to iwconfig as ip is to ifconfig As with iwconfig, ifconfig is deprecated, promote usage of ip using netlink. Signed-off-by: Luis R. Rodriguez --- package/utils/busybox/config/networking/Config.in | 12 ++-- 1 file changed, 6 insertions(+), 6 deletion